From 0e9d218bbc680739b0ed20ecb8dae6867c9e518d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 10 Feb 2023 12:45:24 +0100 Subject: [PATCH] docs: fix comment names --- cmd/abra/main.go | 4 ++-- cmd/kadabra/main.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/abra/main.go b/cmd/abra/main.go index bdb79c23..de4e4318 100644 --- a/cmd/abra/main.go +++ b/cmd/abra/main.go @@ -5,10 +5,10 @@ import ( "coopcloud.tech/abra/cli" ) -// Version is the current version of Abra +// Version is the current version of Abra. var Version string -// Commit is the current git commit of Abra +// Commit is the current git commit of Abra. var Commit string func main() { diff --git a/cmd/kadabra/main.go b/cmd/kadabra/main.go index bdac47f4..18e2224f 100644 --- a/cmd/kadabra/main.go +++ b/cmd/kadabra/main.go @@ -5,10 +5,10 @@ import ( "coopcloud.tech/abra/cli/updater" ) -// Version is the current version of Abra +// Version is the current version of Kadabra. var Version string -// Commit is the current git commit of Abra +// Commit is the current git commit of Kadabra. var Commit string func main() {