Skip to content

Commit

Permalink
Fix typo in bin/download #685
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Apr 20, 2022
1 parent e0476e3 commit 18bc135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EDITION=${2:-community}

bin/stop

# Translate versiont to root in integer format. Ex. 2.4.3-p1 -> 243
# Translate version to root in integer format. Ex. 2.4.3-p1 -> 243
VERSION_ROOT=$(echo "$VERSION" | cut -b 1-5 | sed -e 's/\.//g')

if (( $(echo "$VERSION_ROOT < 244" | bc -l) )); then
Expand Down

0 comments on commit 18bc135

Please sign in to comment.