From c5399e16650a00ae02d7208ccca89af1810c801f Mon Sep 17 00:00:00 2001 From: Petr Chalupa Date: Wed, 31 Oct 2018 15:29:33 +0100 Subject: [PATCH] Fix remote name --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 56f43efb3..b12590b04 100644 --- a/Rakefile +++ b/Rakefile @@ -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)'