We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ee082 commit 21ce88dCopy full SHA for 21ce88d
1 file changed
scripts/init-sst.sh
@@ -83,7 +83,7 @@ then
83
git switch $ELEMENTS_BRANCH
84
git remote add sst-official git@github.com:sstsimulator/sst-elements.git
85
git pull --all
86
- git branch devel --set-upstream-to sst-official/devel
+ git branch $ELEMENTS_BRANCH --set-upstream-to sst-official/devel
87
git pull
88
89
# Uncomment to skip building some elements
0 commit comments