Skip to content

Commit

Permalink
Merge pull request fog#2662 from fog/fix_joyent_service_declarations
Browse files Browse the repository at this point in the history
Fix Joyent service declarations
  • Loading branch information
tokengeek committed Feb 12, 2014
2 parents 2820975 + 527b91b commit e759687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fog/joyent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module Fog
module Joyent
extend Fog::Provider

service(:analytics, 'joyent/analytics', 'Analytics')
service(:compute, 'joyent/compute', 'Compute')
service(:analytics, 'Analytics')
service(:compute, 'Compute')

end
end

0 comments on commit e759687

Please sign in to comment.