Skip to content

Commit

Permalink
wrong name of the scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Dec 27, 2024
1 parent c5a7bd5 commit f7efcb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/available/rezipdoc.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f7efcb0

Please sign in to comment.