Skip to content

Commit

Permalink
Merge pull request #153 from TomKeddie/tomk_20190617_giterrorfix
Browse files Browse the repository at this point in the history
Fix "fatal: not in a git directory" error
  • Loading branch information
mithro authored Jun 19, 2019
2 parents 14c1494 + 19f4f7f commit cd0ca83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ echo ""
echo "Updating git config"
echo "-----------------------"
(
cd $TOP_DIR
git config status.submodulesummary 1
git config push.recurseSubmodules check
git config diff.submodule log
Expand Down

0 comments on commit cd0ca83

Please sign in to comment.