Skip to content

Commit

Permalink
Reword yolo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
floatplane committed Nov 20, 2015
1 parent e1da342 commit 9fb6558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/git_pr/merge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.merge_pull_cleanly git, pull, command_options

puts <<EOS
If you're still sure you want to merge, call again with --yolo: 'git pr merge --yolo #{pull.number}'
If you're still sure you want to merge, run 'git pr merge --yolo #{pull.number}'
EOS
exit 1
when 'success'
Expand All @@ -53,7 +53,7 @@ def self.merge_pull_cleanly git, pull, command_options

puts <<EOS
If you're still sure you want to merge, call again with --yolo: 'git pr merge --yolo #{pull.number}'
If you're still sure you want to merge, run 'git pr merge --yolo #{pull.number}'
EOS
exit 1
end
Expand Down
2 changes: 1 addition & 1 deletion lib/git_pr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GitPr
VERSION = "0.0.14.beta9"
VERSION = "0.0.14.beta10"
end

0 comments on commit 9fb6558

Please sign in to comment.