Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
use region_id, not location_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Nov 6, 2013
1 parent 6083875 commit 4c74f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/digitalocean/provision-digitalocean-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ knife digital_ocean droplet create \
--bootstrap-version $chef_version \
--server-name $node_name \
--image $image_id \
--location $location_id \
--location $region_id \
--size $size_id \
--ssh-keys $ssh_key_id \
--identity-file $ssh_key_path \
Expand Down

0 comments on commit 4c74f1e

Please sign in to comment.