]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-edit
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / script / public-inbox-edit
index 6884fd0cb276623f64f4e27b7cb5e965c4140256..f2090abfe583992ab6c398213438c3a76a3775d3 100755 (executable)
@@ -65,7 +65,7 @@ sub find_mid ($) {
 
 sub show_cmd ($$) {
        my ($ibx, $smsg) = @_;
-       " GIT_DIR=$ibx->{mainrepo}/all.git \\\n    git show $smsg->{blob}\n";
+       " GIT_DIR=$ibx->{inboxdir}/all.git \\\n    git show $smsg->{blob}\n";
 }
 
 sub show_found () {