Skip to content

Commit

Permalink
Add echo for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 3, 2023
1 parent 3b6afc6 commit 6f642c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/list-all
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source "$(dirname "$0")/../lib/utils.sh"

main() {
check_ghcup
echo ">>>>>>>>>>>>>> $1 <<<<<<<<<<<<<<"
"$(ghcup_bin_dir)/ghcup" list -t "${1}" -r | awk '{printf $2" "}'
}

Expand Down

0 comments on commit 6f642c6

Please sign in to comment.