Skip to content

Commit

Permalink
fixed param naming
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 24, 2013
1 parent 7f00648 commit c2c9cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Handler
## Make a new handler with a config and parser

def initialize(params)
config_path = params[:config_path]
helper_path = params[:helper_path]
config_path = params[:config]
helper_path = params[:helpers]
skip_load = params[:skip_load] || false
return if skip_load
load_config(config_path)
Expand Down

0 comments on commit c2c9cd5

Please sign in to comment.