summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-03 13:27:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-05 11:38:04 -0700
commitc54083d67713066b187430990ff8376db55f9e02 (patch)
treea4c20c709ab56ae325dc85eb86606a7ba8a6ec81 /bin/locmaint
parentacae31bacb3f51c7d299dcf71e8695522b16e0ee (diff)
downloaddotfiles-c54083d67713066b187430990ff8376db55f9e02.tar.gz
add initial Howm setup, archive Org-roam config to git history
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) {