Skip to content

Commit

Permalink
Fix remote name
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Oct 31, 2018
1 parent 00d8328 commit c5399e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ namespace :release do
end
sh 'git fetch'
sh 'test $(git show-ref --verify --hash refs/heads/master) = ' +
'$(git show-ref --verify --hash refs/remotes/github/master)' do |ok, res|
'$(git show-ref --verify --hash refs/remotes/origin/master)' do |ok, res|
unless ok
begin
STDOUT.puts 'Command failed. Continue? (y/n)'
Expand Down

0 comments on commit c5399e1

Please sign in to comment.