X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=examples%2Fgrok-pull.post_update_hook.sh;h=092ca283b30e289165cf86d279d22fb8a0ac1dbe;hp=ec4ae93e829dc93eee66b3dbfc4a58bd28c49e4b;hb=8096f9504d06f9a08726ff24df685cce7fcdcb09;hpb=7bfed5b870940a967bec2051fc4bfab4d14d4274 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