From 616bc7e8f586ea8277244d430ebfadeb44ac85b8 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 7 Dec 2021 22:28:57 +0100 Subject: [PATCH] Update 'c.sh' --- c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.sh b/c.sh index 3afdad2..63bda5e 100644 --- a/c.sh +++ b/c.sh @@ -2,7 +2,7 @@ [[ $# -eq 0 ]] && echo "no subcommand given" && exit 1 -WORKDIR="$(dirname "$(realpath "$0")")/repo" +WORKDIR="$(dirname "$(realpath "$0")")/../repo" PWD=`pwd` RESOURCE_TO_TRACK=""