[TOOLS] Enable Catalina release fetching.

This commit is contained in:
Foxlet 2019-10-07 15:01:13 -04:00
parent a226e37805
commit 2cc32d5262
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ case $argument in
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease14 || exit 1;
;;
-c|--catalina|*)
"$TOOLS/FetchMacOS/fetch.sh" -l -c DeveloperSeed || exit 1;
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease || exit 1;
;;
esac