We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d8328 commit c5399e1Copy full SHA for c5399e1
Rakefile
@@ -236,7 +236,7 @@ namespace :release do
236
end
237
sh 'git fetch'
238
sh 'test $(git show-ref --verify --hash refs/heads/master) = ' +
239
- '$(git show-ref --verify --hash refs/remotes/github/master)' do |ok, res|
+ '$(git show-ref --verify --hash refs/remotes/origin/master)' do |ok, res|
240
unless ok
241
begin
242
STDOUT.puts 'Command failed. Continue? (y/n)'
0 commit comments