From 28e9e33e884fa750efa31b24a0f30fc52a4442dc Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 27 Apr 2018 05:11:14 +0200 Subject: [PATCH] Misc --- WebConfigGenerator/cc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebConfigGenerator/cc.sh b/WebConfigGenerator/cc.sh index 6520a2fa7..3b92ae1d8 100755 --- a/WebConfigGenerator/cc.sh +++ b/WebConfigGenerator/cc.sh @@ -3,7 +3,7 @@ set -eu OUTPUT="dist" # Relative to script directory TARGET="../docs" # Relative to script directory -SRC="WebConfigGenerator" # Path between $OUTPUT and $TARGET +SRC="../WebConfigGenerator" # Path between $OUTPUT and $TARGET cd "$(dirname "$(readlink -f "$0")")"