summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-05-10 09:50:31 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-05-10 09:50:31 +0100
commitb4e866deb30730b25a5d1a51853a41c37f4ddcff (patch)
treeccdf32b91e73769c5b567fc8544d0d7db4ef349f
parent71dbd95f4c7e26d2a8130466eda855f5cd4c8a07 (diff)
downloaddotfiles-b4e866deb30730b25a5d1a51853a41c37f4ddcff.tar.gz
minor disambiguation, for documentation purposes
-rwxr-xr-xbin/locmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index 9c170511..a2c442d9 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -410,7 +410,7 @@ sub do_coldbkup {
mkdir catfile($gitbk, "athena_gcrypt");
my @gcrypt_repos
= map { m|^local/gcrypt/(.+)$|; { uri => "athenag:$1", dir => "$1" } }
- `ssh athena find local/gcrypt -name "*.git" -type d`;
+ `ssh spwhitton\@athena find local/gcrypt -name "*.git" -type d`;
chomp @gcrypt_repos;
backup_repo($_->{uri}, catfile($gitbk, "athena_gcrypt", $_->{dir}))
for @gcrypt_repos;