Skip to content

Commit f135fad

Browse files
lunnywolfogre
andauthored
Update cmd/convert.go
Co-authored-by: Jason Song <[email protected]>
1 parent b4a30f7 commit f135fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func runConvert(ctx *cli.Context) error {
4747
log.Fatal("Failed to convert database from varchar to nvarchar: %v", err)
4848
return err
4949
}
50-
fmt.Println("Converted successfully, please confirm your database's all columns character is NVARCHAR now")
50+
fmt.Println("Converted successfully, please confirm your database's all columns character is NVARCHAR now")
5151
default:
5252
fmt.Println("This command can only be used with a MySQL or MSSQL database")
5353
}

0 commit comments

Comments
 (0)