Skip to content

Commit

Permalink
tools: suppress diagnostic output from git
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Aug 13, 2023
1 parent 091e261 commit c9dd811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/update-oss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ if ! git diff --quiet ; then
git diff --stat
exit 1
fi
git checkout main
git pull --rebase
git checkout --quiet main && git pull --rebase --quiet

# The module to update.
module=tailscale.com
Expand Down

0 comments on commit c9dd811

Please sign in to comment.