Skip to content

Commit f06c9ea

Browse files
committed
fix: installer
1 parent 1220112 commit f06c9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)