Skip to content

Commit ebeccf3

Browse files
committed
fix syntax
1 parent ba3829c commit ebeccf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/clickhouse-activerecord/schema_dumper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def tables(stream)
3232
def table(table, stream)
3333
if table.match(/^\.inner/).nil?
3434
sql= ""
35-
simple || = ENV['simple'] == 'true'
35+
simple ||= ENV['simple'] == 'true'
3636
unless simple
3737
stream.puts " # TABLE: #{table}"
3838
sql = @connection.show_create_table(table)

0 commit comments

Comments
 (0)