Skip to content

Commit

Permalink
Fix mismatched instance variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 20, 2014
1 parent 5e81a54 commit 2659b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drnbench/publish-subscribe/configuration.rb
Expand Up @@ -25,7 +25,7 @@ def validate
if @subscribe_request_file.nil?
raise ArgumentError.new("You must specify a JSON file for a message pattern to subscribe.")
end
if @feed_file_file.nil?
if @feed_file.nil?
raise ArgumentError.new("You must specify a JSON file for a message pattern to feed.")
end
end
Expand Down

0 comments on commit 2659b65

Please sign in to comment.