From 222266117472166bc61f7c75f0b754471844b342 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 5 Jul 2018 19:21:01 +0200 Subject: [PATCH] rename repo --- build-types.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-types.sh b/build-types.sh index 2e03a1b..aa32e26 100644 --- a/build-types.sh +++ b/build-types.sh @@ -1,7 +1,7 @@ #!/bin/bash # (1) Get default path # -DEFAULT_PATH="`realpath $GOPATH`/src/git.xdrm.io/go/xb-api/checker/default"; +DEFAULT_PATH="`realpath $GOPATH`/src/git.xdrm.io/go/aicra/checker/default"; # fail if do not exist test -d $DEFAULT_PATH || (echo "$DEFAULT_PATH does not exists.. aborting"; exit 1) || exit 1;