From 9df4345e442fe473c57a5deec5277baac488c6a9 Mon Sep 17 00:00:00 2001 From: J Reid Date: Thu, 11 Jan 2024 14:01:17 +0000 Subject: [PATCH] fix: add platform echo --- lib/utils.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.bash b/lib/utils.bash index e3b37bf..0ed6f29 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -81,6 +81,7 @@ case "$(uname -s | tr '[:upper:]' '[:lower:]')" in esac ;; esac +echo $platform } download_release() {