Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@mrzyx.de>2012-09-22 04:03:45 +0400
committerJonne Haß <me@mrzyx.de>2012-09-26 22:23:45 +0400
commit234b76a93640e47a5f3cfa62654bfac47781a6e1 (patch)
tree82d92445f4ccba72bb03ce476354914ec430f10f /config/boot.rb
parente05c6e889718eca3e4f3141a6e4171b75b9057e2 (diff)
properly integrate asset_sync
Diffstat (limited to 'config/boot.rb')
-rw-r--r--config/boot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/boot.rb b/config/boot.rb
index a5ba1b160..d9ac11c52 100644
--- a/config/boot.rb
+++ b/config/boot.rb
@@ -19,4 +19,4 @@ rescue Bundler::GemNotFound => e
STDERR.puts e.message
STDERR.puts "Try running `bundle install`."
exit!
-end if File.exist?(gemfile) \ No newline at end of file
+end if File.exist?(gemfile)