Skip to content

Commit c9e3a29

Browse files
committed
ci: print aliases and attempt the fingerprintings
1 parent 4d6ebe4 commit c9e3a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install-windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ function check_slack_binary_exist() {
5151
if ($alias) {
5252
$SLACK_CLI_NAME = $alias
5353
}
54+
Write-Host "xd3: $SLACK_CLI_NAME"
55+
& $SLACK_CLI_NAME _fingerprint
5456
if (Get-Command $SLACK_CLI_NAME -ErrorAction SilentlyContinue) {
5557
if ($Diagnostics) {
5658
delay 0.3 "Checking if ``$SLACK_CLI_NAME`` already exists on this system..."
@@ -260,8 +262,6 @@ install_slack_cli $Alias $Version
260262
Write-Host "`nAdding developer tooling for an enhanced experience..."
261263
install_git $SkipGit
262264
Write-Host "Sweet! You're all set to start developing!"
263-
# Write-Host "test: $Alias xox"
264-
# & $Alias _fingerprint
265265
terms_of_service $Alias
266266
feedback_message $Alias
267267
next_step_message $Alias

0 commit comments

Comments
 (0)