From 0c7cbb24de5932a33f1c5cd98478eeafdedb6aaa Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:44:04 -0500 Subject: [PATCH] Fix formatting --- lib/utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.bash b/lib/utils.bash index 86327db..c6387a3 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -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() {