Skip to content

Commit 21ce88d

Browse files
committed
fix branch name
1 parent 04ee082 commit 21ce88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/init-sst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ then
8383
git switch $ELEMENTS_BRANCH
8484
git remote add sst-official git@github.com:sstsimulator/sst-elements.git
8585
git pull --all
86-
git branch devel --set-upstream-to sst-official/devel
86+
git branch $ELEMENTS_BRANCH --set-upstream-to sst-official/devel
8787
git pull
8888

8989
# Uncomment to skip building some elements

0 commit comments

Comments
 (0)