Skip to content

Commit

Permalink
Merge branch 'master' into fix-create-databases
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen authored Dec 12, 2023
2 parents 5e5747d + 8fcd930 commit a63a23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema_dev/readme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def sub_template(template, lines)
replace_block(lines, %r{^\s*<!-- SCHEMA_DEV: TEMPLATE #{key}}) do |contents|
contents << "<!-- SCHEMA_DEV: TEMPLATE #{key} - begin -->\n"
contents << "<!-- These lines are auto-inserted from a schema_dev template -->\n"
contents << template.readlines
contents.concat template.readlines
contents << "\n"
contents << "<!-- SCHEMA_DEV: TEMPLATE #{key} - end -->\n"
end
Expand Down

0 comments on commit a63a23d

Please sign in to comment.