Skip to content

Commit

Permalink
Rubocop style
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvey committed Aug 23, 2014
1 parent c69c7c8 commit 8a40d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-openstack-provider/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def validate(_machine)

def valid_uri?(value)
uri = URI.parse value
uri.kind_of?(URI::HTTP)
uri.is_a?(URI::HTTP)
end
end
end
Expand Down

0 comments on commit 8a40d59

Please sign in to comment.