Skip to content

Commit

Permalink
fix: remove print bug
Browse files Browse the repository at this point in the history
  • Loading branch information
neptship committed Jul 3, 2024
1 parent 6eb0712 commit 6ee7020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ignore.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ func AddIgnoreTemplate(fileName string, templateName string) {
}
fmt.Println(string(colorGreen))
fmt.Print("√ ", string(colorReset))
fmt.Println(fileName + " created successfully")
fmt.Println(fileName + " created successfully ")
}

0 comments on commit 6ee7020

Please sign in to comment.