Skip to content

Commit

Permalink
Merge pull request eth-educators#916 from yorickdowne/main
Browse files Browse the repository at this point in the history
Silence rebase nags
  • Loading branch information
yorickdowne authored Aug 22, 2022
2 parents 9bdad2f + 0f02e05 commit 9c8b43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ update() {
fi
# Do not track changes to ext-network.yml
${__as_owner} git update-index --assume-unchanged ext-network.yml
${__as_owner} git config pull.rebase false
${__as_owner} git pull
# BASH_SOURCE so newer code gets to do the update. Use an ENV var
# to avoid infinite loop
Expand Down

0 comments on commit 9c8b43e

Please sign in to comment.