We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0476e3 commit 18bc135Copy full SHA for 18bc135
compose/bin/download
@@ -5,7 +5,7 @@ EDITION=${2:-community}
5
6
bin/stop
7
8
-# 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
9
VERSION_ROOT=$(echo "$VERSION" | cut -b 1-5 | sed -e 's/\.//g')
10
11
if (( $(echo "$VERSION_ROOT < 244" | bc -l) )); then
0 commit comments