Преглед изворни кода

fix re-updateed -> updated

Alexander Belanger пре 5 година
родитељ
комит
361585ef6a
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 }