From b5b3acd1b10dcd3a4cb713d9dcb6e101cbf9d3c3 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 8 Jul 2020 14:28:40 -0700 Subject: [PATCH] Set proper root dir path for sync script --- .ci/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/sync.sh b/.ci/sync.sh index 3f39af7ed..269b29bba 100755 --- a/.ci/sync.sh +++ b/.ci/sync.sh @@ -2,7 +2,7 @@ csource="${BASH_SOURCE[0]}" while [ -h "$csource" ] ; do csource="$(readlink "$csource")"; done -root="$( cd -P "$( dirname "$csource" )/../../" && pwd )" +root="$( cd -P "$( dirname "$csource" )/../" && pwd )" . "${root}/.ci/common.sh"