From 798a23d8fbacead0eee84eedcb20d7d33d7f0ef9 Mon Sep 17 00:00:00 2001 From: cclecle Date: Wed, 27 Jul 2022 01:59:59 +0200 Subject: [PATCH] fix Helps => Help --- Run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run.sh b/Run.sh index 3d347da..e163705 100644 --- a/Run.sh +++ b/Run.sh @@ -48,7 +48,7 @@ function getmodprefix() { } function install() { rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git' - rsync -a $SCRIPT_DIR/Helps/ $OUTPUT_DIR/Helps/ --exclude '.git' + rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Helps/ --exclude '.git' echo install ok }