Mohammed Nafees 3 лет назад
Родитель
Сommit
1b63620132
1 измененных файлов с 2 добавлено и 0 удалено
  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
 }