Skip to content

Commit 40429f9

Browse files
authored
Update get_mog.sh
Fix syntax error next to `then`
1 parent 79c0bc4 commit 40429f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_mog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
22
ARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
33

4-
if [[ "$ARCH" == "x86_64" ]] then
4+
if [[ "$ARCH" == "x86_64" ]]; then
55
ARCH="amd64"
66
fi
77

0 commit comments

Comments
 (0)