You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Fprintf(updater.Output, "\n<warning>INFO</> A new version is available (<info>%s</>, currently running <info>%s</>).\n\n", newVersionFound, currentVersion)
78
-
fmt.Fprintf(updater.Output, " <info>Consider upgrading soon by downloading the new version:</> <href=https://github.com/symfony-cli/symfony-cli/releases>https://github.com/symfony-cli/symfony-cli/releases</>\n")
79
-
fmt.Fprintf(updater.Output, " And then, replace the current binary by the new one.\n\n")
84
+
fmt.Fprintf(updater.Output, "\n<error> INFO</> <info>A new Symfony CLI version is available</> (<info>%s</>, currently running <info>%s</>).\n\n", newVersionFound, currentVersion)
85
+
fmt.Fprintf(updater.Output, " Upgrade soon by downloading the new version at <href=https://github.com/symfony-cli/symfony-cli/releases>https://github.com/symfony-cli/symfony-cli/releases</>\n")
86
+
fmt.Fprintf(updater.Output, " And replace the current binary (<info>%s</>) by the new one.\n\n", console.CurrentBinaryName())
0 commit comments