Skip to content

Commit 22f480b

Browse files
committed
fix(Credentials): Fix copy/paste error
1 parent cb4c17d commit 22f480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Utilities/Credentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public IamTokenData TokenData
8989
/// <summary>
9090
/// Gets and sets the option to disable ssl verification for getting an IAM token.
9191
/// </summary>
92-
public bool DisableSslVerificationDisableSslVerification
92+
public bool DisableSslVerification
9393
{
9494
get { return disableSslVerification; }
9595
set { disableSslVerification = value; }

0 commit comments

Comments
 (0)