diff --git a/lib/fog/joyent.rb b/lib/fog/joyent.rb index 32eaefdcc1..88be77f68a 100644 --- a/lib/fog/joyent.rb +++ b/lib/fog/joyent.rb @@ -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