Skip to content

Commit c807cc2

Browse files
committed
Fixed typo in vagrant provision-controller.sh
1 parent ce13287 commit c807cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/provision-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fi
119119
popd
120120

121121
echo_color "Setting devmode flag on 'deis-controller'..."
122-
knife exec -E 'nodes.transform("name:deis-controller") {|n| n.normal_attrs["deis"]["devmode"] = true; n.save }
122+
knife exec -E 'nodes.transform("name:deis-controller") {|n| n.normal_attrs["deis"]["devmode"] = true; n.save }'
123123

124124
# Need Chef admin permission in order to add and remove nodes and clients
125125
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"

0 commit comments

Comments
 (0)