Browse Source

add message

Mohammed Nafees 4 years ago
parent
commit
1b63620132
1 changed files with 2 additions and 0 deletions
  1. 2 0
      cli/cmd/deploy.go

+ 2 - 0
cli/cmd/deploy.go

@@ -617,6 +617,8 @@ func updateUnsetEnvGroup(_ *types.GetAuthenticatedUserResponse, client *api.Clie
 		return err
 	}
 
+	color.New(color.FgGreen).Println("env group successfully updated")
+
 	return nil
 }