lib/templates/actions/remove_container.sh in gearship-0.2.1 vs lib/templates/actions/remove_container.sh in gearship-0.2.2

- old
+ new

@@ -1,2 +1,2 @@ -docker stop <%= @attributes.app_name %> -docker rm <%= @attributes.app_name %> +docker stop <%= @attributes.container_name %> +docker rm <%= @attributes.container_name %>