summaryrefslogtreecommitdiff
path: root/archive/bin/sysmaint
diff options
context:
space:
mode:
Diffstat (limited to 'archive/bin/sysmaint')
-rwxr-xr-xarchive/bin/sysmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/bin/sysmaint b/archive/bin/sysmaint
index 936c4c86..5cd85827 100755
--- a/archive/bin/sysmaint
+++ b/archive/bin/sysmaint
@@ -247,7 +247,7 @@ if ( defined $loc ) {
# 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
if ( eval "use Net::GitHub; 1" ) {
my $gh = Net::GitHub->new(version => 3);