Skip to content

Commit

Permalink
mt: when running from git, update remote
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Nov 14, 2024
1 parent 34ea03b commit da6ccab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mail-toaster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@ mt6-fetch()

if [ -d ".git" ]; then
tell_status "running from git, skipping fetch"
git remote update && git status
return
fi

Expand Down

0 comments on commit da6ccab

Please sign in to comment.