Parcourir la source

fix re-updateed -> updated

Alexander Belanger il y a 5 ans
Parent
commit
361585ef6a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cli/cmd/deploy.go

+ 1 - 1
cli/cmd/deploy.go

@@ -432,7 +432,7 @@ func updateUpgradeWithAgent(updateAgent *deploy.DeployAgent) error {
 		return err
 	}
 
-	color.New(color.FgGreen).Println("Successfully re-updateed", app)
+	color.New(color.FgGreen).Println("Successfully updated", app)
 
 	return nil
 }