File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
260262Write-Host " `n Adding developer tooling for an enhanced experience..."
261263install_git $SkipGit
262264Write-Host " Sweet! You're all set to start developing!"
263- # Write-Host "test: $Alias xox"
264- # & $Alias _fingerprint
265265terms_of_service $Alias
266266feedback_message $Alias
267267next_step_message $Alias
You can’t perform that action at this time.
0 commit comments