Skip to content

Commit 06e3835

Browse files
committed
oops
1 parent ca94e8d commit 06e3835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ namespace :docker do
170170
end
171171

172172
def each_nightly_tag(ruby_version, tags)
173-
return [] unless (ENV('nightly') == 'true') && ruby_version.start_with?('master:')
173+
return [] unless (ENV['nightly'] == 'true') && ruby_version.start_with?('master:')
174174
commit_hash = ruby_version.split(":")[1]
175175
commit_hash_re = /\b#{Regexp.escape(commit_hash)}\b/
176176
image_name = tags.find {|x| x.match? commit_hash_re }

0 commit comments

Comments
 (0)