Skip to content

Commit

Permalink
Merge pull request fog#727 from shaiguitar/master
Browse files Browse the repository at this point in the history
Add 2.8 support
  • Loading branch information
geemus committed Feb 2, 2012
2 parents a21eb9c + bdf8328 commit 96cc7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/ecloud/compute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def request(params)
end

def supporting_versions
["v0.8b-ext2.6", "0.8b-ext2.6"]
["v0.8b-ext2.6", "0.8b-ext2.6", "v0.8b-ext2.8" , "0.8b-ext2.8"]
end

private
Expand Down

0 comments on commit 96cc7a2

Please sign in to comment.