Skip to content

Commit 2cc32d5

Browse files
committed
[TOOLS] Enable Catalina release fetching.
1 parent a226e37 commit 2cc32d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jumpstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case $argument in
3232
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease14 || exit 1;
3333
;;
3434
-c|--catalina|*)
35-
"$TOOLS/FetchMacOS/fetch.sh" -l -c DeveloperSeed || exit 1;
35+
"$TOOLS/FetchMacOS/fetch.sh" -l -c PublicRelease || exit 1;
3636
;;
3737
esac
3838

0 commit comments

Comments
 (0)