Skip to content

Commit

Permalink
Fix URL to create a droplet
Browse files Browse the repository at this point in the history
  • Loading branch information
avagin committed Aug 16, 2014
1 parent 6c13175 commit 799a132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/Droplet.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def create(self, ssh_keys=None, backups=False, ipv6=False, private_networking=Fa
data['private_networking'] = True

data = self.get_data(
"droplets/%s" % self.id,
"droplets",
type="POST",
params=data
)
Expand Down

0 comments on commit 799a132

Please sign in to comment.