Skip to content

Commit

Permalink
status output tweak to decrease verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jul 29, 2024
1 parent eca300d commit 92a3524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull-all
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for dir in ./repos/*; do
fi
# check if repo is up to date
if [[ $(git rev-list HEAD...$upstream_or_origin/$main_or_master --count) -eq 0 ]]; then
echo "🟢 up to date"
echo "🟢"
cd "$initial_dir"
continue
fi
Expand Down

0 comments on commit 92a3524

Please sign in to comment.