8000 Fix another variable · kddnewton/git.ruby-lang.org@508b65b · GitHub
[go: up one dir, main page]

Skip to content

Commit 508b65b

Browse files
committed
Fix another variable
1 parent 2dfa294 commit 508b65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-sync-check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def self.check_consistency
122122
# Automatically fix inconsistency if it's master, but never sync random new branches.
123123
ref = 'refs/heads/master'
124124
if e.errors.key?(ref)
125-
remote_ref, local_rev = e.errors['refs/heads/master']
125+
remote_rev, local_rev = e.errors['refs/heads/master']
126126
puts "Fixing inconsistency ref:#{ref.inspect} remote:#{remote_rev.inspect} local:#{local_rev.inspect}"
127127
unless system('/home/git/git.ruby-lang.org/bin/update-ruby.sh', File.basename(ref))
128128
raise "Failed to execute update-ruby.sh for #{ref}"

0 commit comments

Comments
 (0)
0