aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/lib/templates/installer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actiontext/lib/templates/installer.rb')
-rw-r--r--actiontext/lib/templates/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actiontext/lib/templates/installer.rb b/actiontext/lib/templates/installer.rb
index 990e41ca00..a8000eb9fc 100644
--- a/actiontext/lib/templates/installer.rb
+++ b/actiontext/lib/templates/installer.rb
@@ -26,7 +26,7 @@ if APPLICATION_PACK_PATH.exist?
line = %[require("#{name}")]
unless APPLICATION_PACK_PATH.read.include? line
say "Adding #{name} to #{APPLICATION_PACK_PATH}"
- append_to_file APPLICATION_PACK_PATH, "#{line}\n"
+ append_to_file APPLICATION_PACK_PATH, "\n#{line}"
end
end
end