From 500f6706f178476c5fa1fe43817c3e4e3eb4a346 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 30 Nov 2016 14:19:05 -0700 Subject: [PATCH] env templates squash --- cmd/wait.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/wait.go b/cmd/wait.go index 6adea8d03..7bb673912 100644 --- a/cmd/wait.go +++ b/cmd/wait.go @@ -12,7 +12,7 @@ import ( ) var ( - waitTypes = []string{"service", "container", "host", "stack", "machine"} + waitTypes = []string{"service", "container", "host", "stack", "machine", "projectTemplate"} ) func WaitCommand() cli.Command {