Skip to content

Commit

Permalink
rename linux amd64 base name to linux-amd64 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored Nov 25, 2021
1 parent f72c8f7 commit 21e90a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-prs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ elif uname -a | grep Darwin > /dev/null; then
fi
elif uname -a | grep Linux > /dev/null; then
if [ $arch = "x86_64" ]; then
exe="linux-x86_64"
exe="linux-amd64"
elif [ $arch = "i686" ]; then
exe="linux-i386"
elif [ $arch = "i386" ]; then
Expand Down

0 comments on commit 21e90a5

Please sign in to comment.