Skip to content

Commit 09a2ad6

Browse files
committed
Rename branch to main in doc
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
1 parent ebe59e8 commit 09a2ad6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ include(FetchContent)
190190
FetchContent_Declare(
191191
randomshake
192192
GIT_REPOSITORY https://github.com/itzmeanjan/RandomShake.git
193-
GIT_TAG master
193+
GIT_TAG main
194194
GIT_SHALLOW TRUE
195195
)
196196
FetchContent_MakeAvailable(randomshake)

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include(FetchContent)
2727
FetchContent_Declare(
2828
randomshake
2929
GIT_REPOSITORY https://github.com/itzmeanjan/RandomShake.git
30-
GIT_TAG master
30+
GIT_TAG main
3131
GIT_SHALLOW TRUE
3232
)
3333
FetchContent_MakeAvailable(randomshake)

0 commit comments

Comments
 (0)