We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1220112 commit f06c9eaCopy full SHA for f06c9ea
1 file changed
installer.sh
@@ -55,7 +55,7 @@ if [ $DEBUG ]; then
55
BRANCH='dev-release'
56
URL='dev.recursion.space'
57
API_URL='dev.api.recursion.space'
58
-elif [ ! $DEBUG ]; then
+elif ! [ $DEBUG ]; then
59
BRANCH='release'
60
URL='recursion.space'
61
API_URL='api.recursion.space'
0 commit comments