lib/eucalypt/blog/namespaces/blog/cli/blog.rb in eucalypt-0.4.1 vs lib/eucalypt/blog/namespaces/blog/cli/blog.rb in eucalypt-0.4.2
- old
+ new
@@ -38,10 +38,10 @@
return if f.read.include? "assets.append_path Eucalypt.path 'app', 'assets', 'blog'"
end
insert_into_file(
asset_pipeline_file,
- "\tassets.append_path Eucalypt.path 'app', 'assets', 'blog'\n",
+ " assets.append_path Eucalypt.path 'app', 'assets', 'blog'\n",
after: "set :assets, Sprockets::Environment.new\n"
)
else
Eucalypt::Error.wrong_directory
end
\ No newline at end of file