Skip to content

Commit 2acbae0

Browse files
committed
chore(install): update staging install branch for staging to feat/develop
1 parent ea67702 commit 2acbae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ done
2323
if [ "$ENV" == "staging" ]; then
2424
NIXOPUS_DIR="/etc/nixopus-staging"
2525
SOURCE_DIR="$NIXOPUS_DIR/source"
26-
BRANCH="feat/installer"
26+
BRANCH="feat/develop"
2727
else
2828
NIXOPUS_DIR="/etc/nixopus"
2929
SOURCE_DIR="$NIXOPUS_DIR/source"

0 commit comments

Comments
 (0)