Skip to content

Commit c5399e1

Browse files
committed
Fix remote name
1 parent 00d8328 commit c5399e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ namespace :release do
236236
end
237237
sh 'git fetch'
238238
sh 'test $(git show-ref --verify --hash refs/heads/master) = ' +
239-
'$(git show-ref --verify --hash refs/remotes/github/master)' do |ok, res|
239+
'$(git show-ref --verify --hash refs/remotes/origin/master)' do |ok, res|
240240
unless ok
241241
begin
242242
STDOUT.puts 'Command failed. Continue? (y/n)'

0 commit comments

Comments
 (0)