git-porno: fix error message - git-porno - Git Porno | |
git clone git://bitreich.org/git-porno git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 9033feddde50e7486663f444f1f663f8ccd0c9fd | |
parent 1597e0759c4a242aaad507c273908306f93019c8 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Wed, 18 Oct 2023 20:19:46 +0200 | |
git-porno: fix error message | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M git-porno | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/git-porno b/git-porno | |
@@ -6,7 +6,7 @@ then | |
mediadir="${GIT_PORNO_MEDIA:-/usr/share/git-porno}" | |
if ! test -d "$mediadir" | |
then | |
- printf "error: could not find GIT_PORNO_DIR\n" >&2 | |
+ printf "error: could not find GIT_PORNO_MEDIA directory\n" >&2 | |
exit 1 | |
fi | |
fi |