diff --git a/tools/update-oss.sh b/tools/update-oss.sh index ae451d9..946b5b4 100755 --- a/tools/update-oss.sh +++ b/tools/update-oss.sh @@ -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