summaryrefslogtreecommitdiff
path: root/version.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 03:59:14 -0500
committerJeff Carr <[email protected]>2025-10-16 03:59:14 -0500
commit6a62be781be462c769bb1f61198ea584284e6bed (patch)
tree73809b1b12924f3247fdc4ab6fc1809a9068c4c5 /version.go
parent5d2788edbc203fdb3b99d073e507962cb0f0e6ac (diff)
rename that stupid variable finallyv0.0.37
Diffstat (limited to 'version.go')
-rw-r--r--version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.go b/version.go
index 0b923e5..b4f26fe 100644
--- a/version.go
+++ b/version.go
@@ -20,10 +20,10 @@ func doVersion(pb *Auto) {
}
func (pb *Auto) getVersion() string {
- if myAuto.buildtime == nil {
+ if me.buildtime == nil {
return "app doesn't have argv.BuildVersion()"
}
- BUILDTIME, VERSION := myAuto.buildtime()
+ BUILDTIME, VERSION := me.buildtime()
return fmt.Sprintf("%s %s Built on %s", pb.Argname, VERSION, cobol.Time(BUILDTIME))
}