Fixing a typo in the require for go_grid support

This commit is contained in:
Lucas Carlson 2011-01-26 07:46:00 +08:00 committed by Wesley Beary
parent f291f192c6
commit df9ee40258
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require 'fog/core/collection'
require 'fog/go_grid/models/compute/image'
require 'fog/compute/models/go_grid/image'
module Fog
module GoGrid