From: Eric Wong Date: Tue, 28 Jul 2020 10:31:14 +0000 (+0000) Subject: examples/grok-pull.post_update_hook: fix description URL X-Git-Tag: v1.6.0~199 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=8096f9504d06f9a08726ff24df685cce7fcdcb09 examples/grok-pull.post_update_hook: fix description URL I finally noticed descriptions weren't showing up in my mirrors :x --- 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