Skip to content

Commit be4a2c2

Browse files
committed
StanHeaders: Use develop branch of Stan
1 parent 951683d commit be4a2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh_b.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
red='\033[0;31m'
44
NC='\033[0m' # no color
55

6-
STAN_REPO_BRANCH=StanHeaders_2.26
6+
STAN_REPO_BRANCH=develop
77
grepstanbranch=`git ls-remote --heads https://github.com/stan-dev/stan.git | grep "/${STAN_REPO_BRANCH}"`
88
if [ -z "$grepstanbranch" ]; then
99
echo -e "${red}ERROR:${NC} stan repo does not have {STAN_REPO_BRANCH}"

0 commit comments

Comments
 (0)