Skip to content

Commit d013b49

Browse files
author
github-actions
committed
Merge remote-tracking branch 'origin/master-ci' into dev-release
2 parents 6bf3d04 + 7b66a30 commit d013b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ while getopts ":hbdu" flags; do
5151
esac
5252
done
5353

54-
if [ $DEBUG ]; then
54+
if [ "$DEBUG" = true ]; then
5555
BRANCH='dev-release'
5656
URL='dev.recursion.space'
5757
API_URL='dev.api.recursion.space'
58-
elif ! [ $DEBUG ]; then
58+
else
5959
BRANCH='release'
6060
URL='recursion.space'
6161
API_URL='api.recursion.space'

0 commit comments

Comments
 (0)