Skip to content

Commit 3ff62b5

Browse files
committed
A minor fix
1 parent 955f28c commit 3ff62b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesClientHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void ValidateStorageAccountAssociation(
184184
StringComparison.OrdinalIgnoreCase))
185185
{
186186
validationSuccessful = true;
187-
locationValid = true;
187+
locationValid = false;
188188
return;
189189
}
190190

0 commit comments

Comments
 (0)