Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jul 3, 2024
1 parent bdbde7c commit 0c7cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ghcup_wrapper() {
}

list_all_versions() {
ghcup_wrapper list -t "$1" -r | awk '{printf $2" "}'
ghcup_wrapper list -t "$1" -r | awk '{printf $2" "}'
}

ver() {
Expand Down

0 comments on commit 0c7cbb2

Please sign in to comment.