Skip to content

Commit acaf094

Browse files
authored
Correct the branch from macos to main (#2275)
1 parent 0d09be4 commit acaf094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [[ ${CI-} == true ]] && [[ ${TRAVIS_SECURE_ENV_VARS-} == true ]]; then
3030
fi
3131

3232
declare -rgx SOURCE_BRANCH='master'
33-
declare -rgx TARGET_BRANCH='macos'
33+
declare -rgx TARGET_BRANCH='main'
3434

3535
declare DS_COMMAND
3636
DS_COMMAND=$(command -v "${APPLICATION_COMMAND}" || true)

0 commit comments

Comments
 (0)