Skip to content

Commit

Permalink
v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ginjo committed May 6, 2013
1 parent e5da253 commit eeb7bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rfm/VERSION
@@ -1 +1 @@
2.1.6
2.1.7
2 changes: 1 addition & 1 deletion lib/rfm/server.rb
Expand Up @@ -419,7 +419,7 @@ def expand_options(options)
when :modification_id
result['-modid'] = value
else
raise Rfm::ParameterError.new("Invalid option: #{key} (are you using a string instead of a symbol?)")
raise Rfm::ParameterError.new("Invalid option: #{key}")
end
end
return result
Expand Down

0 comments on commit eeb7bb9

Please sign in to comment.