We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06c9ea commit 2145b79Copy full SHA for 2145b79
1 file changed
installer.sh
@@ -51,11 +51,11 @@ while getopts ":hbdu" flags; do
51
esac
52
done
53
54
-if [ $DEBUG ]; then
+if [ "$DEBUG" = true ]; then
55
BRANCH='dev-release'
56
URL='dev.recursion.space'
57
API_URL='dev.api.recursion.space'
58
-elif ! [ $DEBUG ]; then
+else
59
BRANCH='release'
60
URL='recursion.space'
61
API_URL='api.recursion.space'
0 commit comments