From f7efcb057b38bcf0d7c3c08c8a14b76c28a5f36b Mon Sep 17 00:00:00 2001 From: Jake Boeckerman Date: Thu, 26 Dec 2024 23:39:28 -0700 Subject: [PATCH] wrong name of the scripts dir --- plugins/available/rezipdoc.plugin.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/available/rezipdoc.plugin.bash b/plugins/available/rezipdoc.plugin.bash index 2ffa8b8667..32f28c862f 100644 --- a/plugins/available/rezipdoc.plugin.bash +++ b/plugins/available/rezipdoc.plugin.bash @@ -7,8 +7,8 @@ about-plugin 'Load ReZipDoc - a git tool to diff docx files' export RE_ZIP_DOC_DIR=${RE_ZIP_DOC_DIR:-$HOME/.ReZipDoc} # arbitrary choice -if [[ -s "${RE_ZIP_DOC_DIR}/script/rezipdoc-repo-tool.sh" ]]; then - pathmunge "${RE_ZIP_DOC_DIR}/script" +if [[ -s "${RE_ZIP_DOC_DIR}/scripts/rezipdoc-repo-tool.sh" ]]; then + pathmunge "${RE_ZIP_DOC_DIR}/scripts" else _log_error "please install ReZipDoc" fi