summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index 668440a8..f551e9a1 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -350,7 +350,7 @@ sub do_coldbkup {
# I used to use github-backup for this but the GitHub API rate
# limiting seemed to mean that it was never able to complete the
# backup, even after logging in with OAUTH. See old propellor
- # config for that in ~/doc/org/old_propellor_config.org
+ # config for that in ~/doc/howm/2017/old_propellor_config.org
my $gh = Net::GitHub->new(version => 3);
my $starred = $gh->query('/users/spwhitton/starred');
foreach my $repo (@$starred) {