Skip to content

Commit b34b945

Browse files
committed
chore: update complete message
1 parent eee0f11 commit b34b945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ func main() {
5151
}
5252

5353
if len(tableRows) == 0 {
54-
awesome := color.New(color.FgHiGreen, color.Bold).Sprint("Awesome!")
55-
fmt.Printf("\U0001f4ab %s All of your dependencies are up-to-date.\n", awesome)
54+
awesome := color.New(color.FgHiGreen, color.Bold).Sprint("Awesome!")
55+
fmt.Printf(" %s All of your dependencies are up-to-date.\n", awesome)
5656
} else {
5757
table := tablewriter.NewWriter(os.Stdout)
5858
table.SetHeader([]string{"Package", "Current", "Latest", "GoVersion"})

0 commit comments

Comments
 (0)