about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-07-28 10:31:14 +0000
committerEric Wong <e@yhbt.net>2020-07-29 04:38:29 +0000
commit8096f9504d06f9a08726ff24df685cce7fcdcb09 (patch)
treebe38de23bf67e0d82feb46e2035e9b765a304765 /examples
parent7bfed5b870940a967bec2051fc4bfab4d14d4274 (diff)
downloadpublic-inbox-8096f9504d06f9a08726ff24df685cce7fcdcb09.tar.gz
I finally noticed descriptions weren't showing up in my mirrors :x
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/grok-pull.post_update_hook.sh2
1 files changed, 1 insertions, 1 deletions
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