Skip to content

Commit

Permalink
maybe these changes are not supposed to be made
Browse files Browse the repository at this point in the history
  • Loading branch information
kartiki975 committed Oct 5, 2023
1 parent 7f5bce4 commit 0400cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/shipit/merge_status/failure.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</h4>
<span class="status-meta">
<%= link_to @stack.to_param, stack_url(@stack), target: '_blank', rel: 'noopener' %>
<strong>master branch is failing!</strong>
<strong>main branch is failing!</strong>
</span>
<%= render 'commit_count_warning' if display_commit_count_warning?(params[:commits].to_i) %>
</div>
2 changes: 1 addition & 1 deletion lib/shipit/stack_commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def git_cmd_succeeds?(path)
.success?
end

def git_clone(url, path, branch: 'master', **kwargs)
def git_clone(url, path, branch: 'main', **kwargs)
git('clone', '--quiet', *modern_git_args, '--recursive', '--branch', branch, url, path, **kwargs)
end

Expand Down

0 comments on commit 0400cd0

Please sign in to comment.