Skip to content

Commit 7e2f311

Browse files
committed
Update code copy script.
1 parent 1cb349b commit 7e2f311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/git_sync.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ done
1111
REPO_ROOT="$( cd -P "$( dirname "$SOURCE" )"/.. >/dev/null 2>&1 && pwd )"
1212

1313
# TODO: make this not hard coded
14-
SDK_REPO_ROOT="/Users/travisprescott/Documents/repos/azure-sdk-for-ios/"
15-
SDK_PACKAGE_ROOT="/Users/travisprescott/Documents/repos/azure-sdk-for-ios/sdk/communication/"
14+
SDK_REPO_ROOT="/Users/travisprescott/repos/azure-sdk-for-ios/"
15+
SDK_PACKAGE_ROOT="/Users/travisprescott/repos/azure-sdk-for-ios/sdk/communication/"
1616
SDK_SRC="/Users/travisprescott/Documents/generated/sdk"
1717

1818
# FIXME: The build step fails when run with makefile.
@@ -28,7 +28,7 @@ SDK_SRC="/Users/travisprescott/Documents/generated/sdk"
2828
#swift run --package-path $REPO_ROOT
2929

3030
echo
31-
echo "==~ Copying generated code to azure-sdk-for-ios-pr ~=="
31+
echo "==~ Copying generated code to azure-sdk-for-ios ~=="
3232
PACKAGE_NAME=$(ls -1 -t $SDK_SRC | head -1)
3333

3434
# copy the jazzy files from the generated package into the SDK root

0 commit comments

Comments
 (0)