Skip to content

Commit 76eb5d0

Browse files
author
Jesus Marquina
committed
fix: Follow URL conventions
1 parent fcb2aa6 commit 76eb5d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ get_platform() {
5555
#Linux OS
5656
Linux)
5757
if [ "$(uname -m)" = "aarch64" ]; then
58-
echo "linux-arm64"
58+
echo "linux_arm64"
5959
else
60-
echo "linux-amd64"
60+
echo "linux_amd64"
6161
fi
6262
;;
6363
#Mac OS

0 commit comments

Comments
 (0)