Skip to content

Commit

Permalink
Use correct variable in Server
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Nov 1, 2012
1 parent ce89ce7 commit 010e8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake-pipeline/server.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def app
not_found = proc { [404, { "Content-Type" => "text/plain" }, ["not found"]] } not_found = proc { [404, { "Content-Type" => "text/plain" }, ["not found"]] }
project = Rake::Pipeline::Project.new "Assetfile" project = Rake::Pipeline::Project.new "Assetfile"


Middleware.new(not_found, config) Middleware.new(not_found, project)
end end
end end
end end
Expand Down

0 comments on commit 010e8f1

Please sign in to comment.