mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
fixed SyntaxError#
This commit is contained in:
parent
dae0a6538a
commit
0ee324c8f5
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
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"
|
||||
|
|
Loading…
Reference in a new issue