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 da438b4 commit 0915651Copy full SHA for 0915651
scripts/install-windows.ps1
@@ -55,6 +55,8 @@ function check_slack_binary_exist() {
55
delay 0.2 "Heads up! A binary called ``$SLACK_CLI_NAME`` was found!"
56
delay 0.3 "Now checking if it's the same Slack CLI..."
57
}
58
+ Write-Host "starting $SLACK_CLI_NAME _fingerprint"
59
+ & $SLACK_CLI_NAME _fingerprint
60
$get_finger_print = (& $SLACK_CLI_NAME _fingerprint 2>&1 | Out-String).Trim()
61
if ($get_finger_print -ne $FINGERPRINT) {
62
$slack_cli_version = (& $SLACK_CLI_NAME --version 2>&1 | Out-String)
0 commit comments