Skip to content

Commit 0915651

Browse files
committed
temp: fingerprint in ci again let us hope for the best
1 parent da438b4 commit 0915651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install-windows.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ function check_slack_binary_exist() {
5555
delay 0.2 "Heads up! A binary called ``$SLACK_CLI_NAME`` was found!"
5656
delay 0.3 "Now checking if it's the same Slack CLI..."
5757
}
58+
Write-Host "starting $SLACK_CLI_NAME _fingerprint"
59+
& $SLACK_CLI_NAME _fingerprint
5860
$get_finger_print = (& $SLACK_CLI_NAME _fingerprint 2>&1 | Out-String).Trim()
5961
if ($get_finger_print -ne $FINGERPRINT) {
6062
$slack_cli_version = (& $SLACK_CLI_NAME --version 2>&1 | Out-String)

0 commit comments

Comments
 (0)