Skip to content

Commit 4d6ebe4

Browse files
committed
temp: output an alias variable multiple times with casings
1 parent d1eab43 commit 4d6ebe4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/install-windows.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ function check_slack_binary_exist() {
4646
)
4747
$FINGERPRINT = "d41d8cd98f00b204e9800998ecf8427e"
4848
$SLACK_CLI_NAME = "slack"
49+
Write-Host "xd1: $alias"
50+
Write-Host "xd2: $Alias"
4951
if ($alias) {
5052
$SLACK_CLI_NAME = $alias
5153
}
@@ -258,8 +260,8 @@ install_slack_cli $Alias $Version
258260
Write-Host "`nAdding developer tooling for an enhanced experience..."
259261
install_git $SkipGit
260262
Write-Host "Sweet! You're all set to start developing!"
261-
Write-Host "test: $Alias xox"
262-
& $Alias _fingerprint
263+
# Write-Host "test: $Alias xox"
264+
# & $Alias _fingerprint
263265
terms_of_service $Alias
264266
feedback_message $Alias
265267
next_step_message $Alias

0 commit comments

Comments
 (0)