docs: fix comment names

This commit is contained in:
decentral1se 2023-02-10 12:45:24 +01:00
parent e1c635af86
commit 0e9d218bbc
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 4 additions and 4 deletions

View File

@ -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() {

View File

@ -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() {