diff --git a/lib/cijoe/server.rb b/lib/cijoe/server.rb index af981b3..d76e618 100644 --- a/lib/cijoe/server.rb +++ b/lib/cijoe/server.rb @@ -100,7 +100,7 @@ def self.project_path=(project_path) end puts "Using HTTP basic auth" end - set :project_path, Proc.new{project_path} + set :project_path, Proc.new{project_path}, true end def check_project