Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alpkeskin authored Nov 14, 2022
1 parent 9407408 commit 79600a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func init() {
{{ .AnsiColor.BrightWhite }}v2.2{{ .AnsiColor.Default }}
{{ .AnsiColor.BrightCyan }}https://github.com/alpkeskin/{{ .AnsiColor.Default }}
Now: {{ .Now "Monday, 2 Jan 2006" }}`
if os.Args[1] != "set" {
if os.Args[0] != "set" {
banner.InitString(colorable.NewColorableStdout(), true, true, templ)
}
println()
Expand Down

1 comment on commit 79600a8

@GUEROUIHATEM
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.