From: Eric Wong Date: Fri, 18 Oct 2019 07:54:25 +0000 (+0000) Subject: examples/grok-pull.post_update_hook: fix config detection X-Git-Tag: v1.2.0~28 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b107d856d100317f1d9a5e13ebdf02af01a750f8;hp=b107d856d100317f1d9a5e13ebdf02af01a750f8;p=public-inbox.git examples/grok-pull.post_update_hook: fix config detection We need to account for both the old ("mainrepo") and new ("inboxdir") names. But "dir" was just a search+replace error and we don't use that outside of "coderepo.dir". ---