From 8096f9504d06f9a08726ff24df685cce7fcdcb09 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 28 Jul 2020 10:31:14 +0000 Subject: [PATCH] examples/grok-pull.post_update_hook: fix description URL I finally noticed descriptions weren't showing up in my mirrors :x --- examples/grok-pull.post_update_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grok-pull.post_update_hook.sh b/examples/grok-pull.post_update_hook.sh index ec4ae93e..092ca283 100755 --- a/examples/grok-pull.post_update_hook.sh +++ b/examples/grok-pull.post_update_hook.sh @@ -108,7 +108,7 @@ case $cfg_dir in git config -f "$PI_CONFIG" \ "publicinbox.$inbox_name.infourl" "$url" done - curl -sSfv "remote_inbox_url"/description >"$inbox_dir"/description + curl -sSfv "$remote_inbox_url"/description >"$inbox_dir"/description echo "I: $inbox_name at $inbox_dir ($addresses) $local_url" ;; esac -- 2.44.0