Skip to content

Commit

Permalink
Change Firestore branch location (for TIP) to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Feb 7, 2024
1 parent 4e3dcf5 commit 56dc7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if((NOT FIRESTORE_DEP_SOURCE) OR (FIRESTORE_DEP_SOURCE STREQUAL "RELEASED"))
GetReleasedDep()
else()
if(FIRESTORE_DEP_SOURCE STREQUAL "TIP")
GetTag("origin/master")
GetTag("origin/main")
else()
GetTag(${FIRESTORE_DEP_SOURCE})
endif()
Expand Down

0 comments on commit 56dc7fb

Please sign in to comment.