Skip to content
Snippets Groups Projects
Commit 735c535e authored by Mark Lapierre's avatar Mark Lapierre :palm_tree:
Browse files

Use master for wiki default branch names for now

Until wikis use the default branch name setting.

See #221159
parent 771d52d5
No related branches found
No related tags found
No related merge requests found
......@@ -12,14 +12,11 @@ class WikiPush < Repository::Push
end
end
def branch_name
@branch_name ||= wiki.project.default_branch
end
def initialize
@file_name = 'Home.md'
@file_content = 'This line was created using git push'
@commit_message = 'Updating using git push'
@branch_name = 'master'
@new_branch = false
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment