Skip to content

Commit 18bc135

Browse files
committed
Fix typo in bin/download #685
1 parent e0476e3 commit 18bc135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/bin/download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EDITION=${2:-community}
55

66
bin/stop
77

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

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

0 commit comments

Comments
 (0)