We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0293c commit 4636e0fCopy full SHA for 4636e0f
scripts/install-windows.ps1
@@ -171,7 +171,7 @@ function install_slack_cli {
171
$old = $ErrorActionPreference
172
$ErrorActionPreference = 'Continue'
173
try {
174
- $fp = (& $SLACK_CLI_NAME _fingerprint 2>&1 | Out-String).Trim()
+ $fp = (& $confirmed_alias _fingerprint 2>&1 | Out-String).Trim()
175
Write-Host "nooo $fp"
176
} finally {
177
$ErrorActionPreference = $old
0 commit comments