Skip to content

Commit

Permalink
StanHeaders: Use develop branch of Stan
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Sep 10, 2023
1 parent 951683d commit be4a2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
red='\033[0;31m'
NC='\033[0m' # no color

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

0 comments on commit be4a2c2

Please sign in to comment.