Skip to content

Commit a26e2e1

Browse files
committed
Fix carthage build workaround so it works from any repo path name
1 parent b0c3124 commit a26e2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/travis_carthage_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pushd $SCRIPT_PATH
88
SCRIPT_FULL_PATH=$(pwd)
99
popd
1010

11-
CARTHAGE_GIT_ROOT=$SCRIPT_FULL_PATH/../../KeenClient-iOS
11+
CARTHAGE_GIT_ROOT=$(cd $SCRIPT_FULL_PATH/..;pwd)
1212

1313
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
1414

0 commit comments

Comments
 (0)