Skip to content

Commit 4636e0f

Browse files
committed
ci: use a confirmed alias not another variable
1 parent 5e0293c commit 4636e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function install_slack_cli {
171171
$old = $ErrorActionPreference
172172
$ErrorActionPreference = 'Continue'
173173
try {
174-
$fp = (& $SLACK_CLI_NAME _fingerprint 2>&1 | Out-String).Trim()
174+
$fp = (& $confirmed_alias _fingerprint 2>&1 | Out-String).Trim()
175175
Write-Host "nooo $fp"
176176
} finally {
177177
$ErrorActionPreference = $old

0 commit comments

Comments
 (0)