Skip to content

Commit 0602a67

Browse files
authored
Update Installer.ps1
1 parent 8a206f0 commit 0602a67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/hull-integration/Installer.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Class Installer
488488
{
489489
throw [Exception]::new("ERROR --> Basic auth environment variable '$($auth.basic.env.password)' for 'password' is empty.")
490490
}
491-
$authHeader = "Basic $([Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes($username + ":" + $password))))"
491+
$authHeader = "Basic $([Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes($username + ":" + $password)))"
492492
$this.WriteLog("++++ Using Basic Auth for User '$($username)'. Password is $(if ($password -ne [String]::Empty) {"not "} else {" "} )empty.")
493493
}
494494

@@ -1423,4 +1423,4 @@ Class Installer
14231423

14241424
return $uri
14251425
}
1426-
}
1426+
}

0 commit comments

Comments
 (0)