summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-19 15:15:05 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-19 15:15:05 +0100
commit45e4c4b5987a5aa427d6a01d0f3adb376ac76702 (patch)
tree20ae20d4895b260a312decfd67e57021afba0d21 /bin/locmaint
parent4742fd6899b4d592741c269fee8c35ffb3d03584 (diff)
downloaddotfiles-45e4c4b5987a5aa427d6a01d0f3adb376ac76702.tar.gz
missing conditional
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index 6ed89764..06efa619 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -224,7 +224,8 @@ sub do_homedir {
);
}
say_bold
- ("WARNING: status/review may not be accurate as update was skipped");
+ ("WARNING: status/review may not be accurate as update was skipped")
+ if $skip_update;
# If the repo supports reviewing, we hand off to that method,
# requiring it to return a true value. Otherwise, what we
# require is empty status output. We do not try to push on