mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
Missing backtick 🤦♂️
This commit is contained in:
@@ -74,7 +74,7 @@ $installerArgs = @("--install_runtimes 0", "--superpassword root", "--enable_acl
|
||||
Install-Binary `
|
||||
-Url $installerUrl `
|
||||
-InstallArgs $installerArgs `
|
||||
-ExpectedSignature (Get-ToolsetContent).postgresql.signature
|
||||
-ExpectedSignature (Get-ToolsetContent).postgresql.signature `
|
||||
-InstallerLogPath "$env:TEMP/**/postgresql-install.log"
|
||||
|
||||
# Get Path to pg_ctl.exe
|
||||
|
||||
Reference in New Issue
Block a user