Skip to content

Commit 4c74f1e

Browse files
author
Matthew Fisher
committed
use region_id, not location_id
1 parent 6083875 commit 4c74f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/provision-digitalocean-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ knife digital_ocean droplet create \
113113
--bootstrap-version $chef_version \
114114
--server-name $node_name \
115115
--image $image_id \
116-
--location $location_id \
116+
--location $region_id \
117117
--size $size_id \
118118
--ssh-keys $ssh_key_id \
119119
--identity-file $ssh_key_path \

0 commit comments

Comments
 (0)