We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce13287 commit c807cc2Copy full SHA for c807cc2
1 file changed
contrib/vagrant/provision-controller.sh
@@ -119,7 +119,7 @@ fi
119
popd
120
121
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 }
+knife exec -E 'nodes.transform("name:deis-controller") {|n| n.normal_attrs["deis"]["devmode"] = true; n.save }'
123
124
# Need Chef admin permission in order to add and remove nodes and clients
125
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"
0 commit comments