Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit fd3b320

Browse files
committed
Fixed double "v" in versioning
1 parent 2eafb34 commit fd3b320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/cli/logo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ func Logo(version string) string {
66
logo := `
77
┳┓• ┏┓ [ • Unofficial Bitwarden SSH agent • ]
88
┣┫┓╋━━┣┫┏┓┏┓┏┓╋ [ • Luca Saladino, Lecco, Italy • ]
9-
┻┛┗┗ ┛┗┗┫┗ ┛┗┗ [ • v%s • ]
9+
┻┛┗┗ ┛┗┗┫┗ ┛┗┗ [ • %s • ]
1010
┛`
1111

1212
return fmt.Sprintf(logo, version)

0 commit comments

Comments
 (0)