Skip to content

Commit

Permalink
Merge pull request #186 from savaki/patch-1
Browse files Browse the repository at this point in the history
Update ec2.go
  • Loading branch information
Matthew Moore committed Jul 18, 2014
2 parents 1a40ec8 + 52467ae commit 9ded52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/ec2.go
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ func (ec2 *EC2) CreateSnapshot(volumeId, description string) (resp *CreateSnapsh
// See http://goo.gl/vwU1y for more details.
func (ec2 *EC2) DeleteSnapshots(ssid string) (resp *SimpleResp, err error) {
params := makeParams("DeleteSnapshot")
params["SnapshotId.1"] = ssId
params["SnapshotId.1"] = ssid

resp = &SimpleResp{}
err = ec2.query(params, resp)
Expand Down

0 comments on commit 9ded52d

Please sign in to comment.