Skip to content

Commit a77435c

Browse files
authored
Merge pull request #446 from domino14/mcbanner
macondo banner fix
2 parents 9f12a23 + 4b1d239 commit a77435c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cmd/shell/macondo.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__ __ _
2-
| \/ | __ _ ___ ___ _ __ __| | ___
3-
| |\/| |/ _` |/ __/ _ \| '_ \ / _` |/ _ \
4-
| | | | (_| | (_| (_) | | | | (_| | (_) |
5-
|_| |_|\__,_|\___\___/|_| |_|\__,_|\___/
1+
__ __ _
2+
| \/ | __ _ ___ ___ _ __ __| | ___
3+
| |\/| |/ _` |/ __/ _ \| '_ \ / _` |/ _ \
4+
| | | | (_| | (_| (_) | | | | (_| | (_) |
5+
|_| |_|\__,_|\___\___/|_| |_|\__,_|\___/
66

7-
(C) César del Solar 2014-2024
7+
(C) César del Solar 2014-

cmd/shell/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func main() {
4040
panic(err)
4141
}
4242
exPath := filepath.Dir(ex)
43-
fmt.Println(macondobanner)
43+
fmt.Printf("%s%d\n", macondobanner, time.Now().Year())
4444
fmt.Println(GitVersion)
4545

4646
log.Info().Msgf("executable path: %v", exPath)

0 commit comments

Comments
 (0)