mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +02:00
Use double quote (") instead of single quote (')
This commit is contained in:
parent
73bd53b988
commit
d6dbca2658
@ -44,6 +44,6 @@ HEADER
|
|||||||
# Update Gemfile.lock
|
# Update Gemfile.lock
|
||||||
system("bundle install")
|
system("bundle install")
|
||||||
|
|
||||||
puts 'Changelog, verion and Gemfile.lock is updated. New version is #{new_version}.'
|
puts "Changelog, verion and Gemfile.lock is updated. New version is #{new_version}."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user