diff --git a/cook.sh b/cook.sh index 55e6cafb8..105c6b101 100755 --- a/cook.sh +++ b/cook.sh @@ -122,6 +122,9 @@ function op { if [ -n "$BRANCH" ] then git checkout "$BRANCH" + else + #TODO: Find correct upstream default branch + git checkout master fi git pull git submodule sync --recursive