We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85693f1 + 51a9fbf commit cfba462Copy full SHA for cfba462
1 file changed
install.sh
@@ -19,11 +19,12 @@ set -e
19
SCRIPT_COMMIT_SHA=UNKNOWN
20
21
22
-# This value will automatically get changed for:
23
-# * edge
+# The channel to install from:
+# * nightly
24
# * test
25
-# * experimental
26
-DEFAULT_CHANNEL_VALUE="test"
+# * stable
+# * edge (deprecated)
27
+DEFAULT_CHANNEL_VALUE="stable"
28
if [ -z "$CHANNEL" ]; then
29
CHANNEL=$DEFAULT_CHANNEL_VALUE
30
fi
0 commit comments