summaryrefslogtreecommitdiff
path: root/perl5/Local
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-11 23:32:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-12 11:23:53 -0700
commitf223f38fcab3c94402603d1fadb2d6fa0ac3d05a (patch)
tree8036d67f8e96d335368d8b1ff19d3c98770fd754 /perl5/Local
parent74585ec4711667c76ecdad7eb53590cb912501ba (diff)
downloaddotfiles-f223f38fcab3c94402603d1fadb2d6fa0ac3d05a.tar.gz
GNU Stow -> hstow, and follow-up tidying & simplifications
Diffstat (limited to 'perl5/Local')
-rw-r--r--perl5/Local/MrRepo/Repo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl5/Local/MrRepo/Repo.pm b/perl5/Local/MrRepo/Repo.pm
index edc87e92..937d0a0e 100644
--- a/perl5/Local/MrRepo/Repo.pm
+++ b/perl5/Local/MrRepo/Repo.pm
@@ -45,7 +45,7 @@ sub auto_commit { shift->_mr_cmd("-m", "autoci") }
sub update {
my $self = shift;
- # note that this also restows
+ # note that this may also stow
my $result = $self->_mr_cmd("update");
$self->{updated} = 1
if $result->{exit} == 0