Skip to content

Commit

Permalink
Fix invalid syntax in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lazarev committed Jun 18, 2016
1 parent 5918784 commit 6da32f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$:.unshift(".", "lib")
Dir.glob("lib/**/*.rb").each { |file| require file }
Dir.glob("jobs/*.rb".each { |file| require file }
Dir.glob("jobs/*.rb").each { |file| require file }

ENV["RACK_ENV"] ||= "development"
Dir.glob("lib/tasks/**/*.rake").each { |file| load file }

0 comments on commit 6da32f6

Please sign in to comment.