Skip to content

Commit 6bf3d04

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ $DEBUG ]; then
5555
BRANCH='dev-release'
5656
URL='dev.recursion.space'
5757
API_URL='dev.api.recursion.space'
58-
elif [ ! $DEBUG ]; then
58+
elif ! [ $DEBUG ]; then
5959
BRANCH='release'
6060
URL='recursion.space'
6161
API_URL='api.recursion.space'

0 commit comments

Comments
 (0)