Skip to content

Commit

Permalink
Remove test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Oct 9, 2023
1 parent 2b20ed4 commit ebdf0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-sdk/generate-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ -d ${ROOT_DIR}/sdk ]; then
rm -rf ${ROOT_DIR}/sdk
mkdir ${ROOT_DIR}/sdk
fi
git clone -b hs/lint-generated-files ${SDK_REPO_URL} ${SDK_REPO_LOCAL_PATH}
git clone ${SDK_REPO_URL} ${SDK_REPO_LOCAL_PATH}

# Install SDK project tools
cd ${SDK_REPO_LOCAL_PATH}
Expand Down

0 comments on commit ebdf0e6

Please sign in to comment.