From 0ee324c8f58bda080a25decacc6cf770c4cf3ee0 Mon Sep 17 00:00:00 2001 From: Georg G Date: Sat, 9 May 2015 16:55:56 +0200 Subject: [PATCH] fixed SyntaxError# --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index e0510665..405083b2 100644 --- a/Rakefile +++ b/Rakefile @@ -10,6 +10,7 @@ namespace :justask do task paperclaws: :environment do if APP_CONFIG["fog"]["credentials"].nil? or APP_CONFIG["fog"]["credentials"]["provider"] != :AWS throw "Needs fog (AWS) to be defined in justask.yml" + end format = '%t (%c/%C) [%b>%i] %e' root = "#{Rails.root}/public/system"