summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-14 10:54:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-14 10:54:36 -0700
commit8ea09f2c5360d95d036acdf96b25332ee3c2a02f (patch)
tree682697b86fa5fd283e944ce098bfabb14a922bc2
parent0b2d2c68dec7ffc7c90a5635dd87a6ca611fe2a8 (diff)
downloaddotfiles-8ea09f2c5360d95d036acdf96b25332ee3c2a02f.tar.gz
make weekly mr isclean more robust
-rwxr-xr-xbin/weekly-backups2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/weekly-backups b/bin/weekly-backups
index ecfcbe4a..0c5abdcd 100755
--- a/bin/weekly-backups
+++ b/bin/weekly-backups
@@ -41,7 +41,7 @@ try mr -ms restow
try mr -ms autoci
# `mr -ms isclean` checks for stuff to be checked in ...
-zero mr -ms isclean
+try mr -ms isclean
try mr -s up
try mr -s push origin --tags :
# ... then `mr -ms status` finds unpushed branches