Update 'c.sh'
This commit is contained in:
parent
050c8142c1
commit
616bc7e8f5
1 changed files with 1 additions and 1 deletions
2
c.sh
2
c.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[[ $# -eq 0 ]] && echo "no subcommand given" && exit 1
|
[[ $# -eq 0 ]] && echo "no subcommand given" && exit 1
|
||||||
|
|
||||||
WORKDIR="$(dirname "$(realpath "$0")")/repo"
|
WORKDIR="$(dirname "$(realpath "$0")")/../repo"
|
||||||
PWD=`pwd`
|
PWD=`pwd`
|
||||||
|
|
||||||
RESOURCE_TO_TRACK=""
|
RESOURCE_TO_TRACK=""
|
||||||
|
|
Loading…
Reference in a new issue