Skip to content

Commit

Permalink
Change the default value to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Apr 30, 2023
1 parent 20e4361 commit 70e416c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ trait SystemSettingsService {
RepositoryViewerSettings(
getValue(props, RepositoryViewerMaxFiles, 0)
),
getValue(props, DefaultBranch, "master")
getValue(props, DefaultBranch, "main")
)
}
}
Expand Down

0 comments on commit 70e416c

Please sign in to comment.