git-porno: fix error message - git-porno - Git Porno
HTML git clone git://bitreich.org/git-porno git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/git-porno
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 9033feddde50e7486663f444f1f663f8ccd0c9fd
DIR parent 1597e0759c4a242aaad507c273908306f93019c8
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 18 Oct 2023 20:19:46 +0200
git-porno: fix error message
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
M git-porno | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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