Skip to content

Commit c20acfe

Browse files
committed
Fix string interpolation
1 parent b13bc90 commit c20acfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utf8mb4rails.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Utf8mb4rails
3232
column = ENV['COLUMN']
3333
runner = Migrator::Runner.new
3434
if column
35-
puts 'Migrating #{table}.#{column}'
35+
puts "Migrating #{table}.#{column}"
3636
runner.migrate_column!(table, column)
3737
else
3838
puts 'No column specified, will migrate the entire table'

0 commit comments

Comments
 (0)