Skip to content

Commit

Permalink
Changed openmpp repo reference in start-oms.sh to get the main branch…
Browse files Browse the repository at this point in the history
… instead of openmpp-13.
  • Loading branch information
jacekzbigniewdudek committed Nov 23, 2023
1 parent a78c75a commit fa13c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/common/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ if [ ! -d /openmpp ]
git clone https://github.com/StatCan/openmpp.git
fi
cd openmpp
# checkout openmpp-13 if we're not already on it, always pull
branch="openmpp-13"
branch="main"
state=$(git symbolic-ref --short HEAD 2>&1)
if [ $state != $branch ]
then
Expand Down

0 comments on commit fa13c5e

Please sign in to comment.