Skip to content

Commit 8088e37

Browse files
authored
Update message: prefer ASCII arrow (#448)
1 parent c555ccb commit 8088e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swiftly/Update.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct Update: SwiftlyCommand {
128128
)
129129

130130
try await Uninstall.execute(ctx, parameters.oldToolchain, &config, verbose: self.root.verbose)
131-
await ctx.message("Successfully updated \(parameters.oldToolchain) \(newToolchain)")
131+
await ctx.message("Successfully updated \(parameters.oldToolchain) -> \(newToolchain)")
132132

133133
if let postInstallScript {
134134
guard let postInstallFile = self.postInstallFile else {

0 commit comments

Comments
 (0)