Skip to content

Commit fb22670

Browse files
committed
Merge pull request #56 from AsrOneSdk/neha-dev
A minor fix
2 parents 0815cbb + 3ff62b5 commit fb22670

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)