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=""