From 6a62be781be462c769bb1f61198ea584284e6bed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 03:59:14 -0500 Subject: rename that stupid variable finally --- auto.Print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto.Print.go') diff --git a/auto.Print.go b/auto.Print.go index 0fcdd8a..377d921 100644 --- a/auto.Print.go +++ b/auto.Print.go @@ -56,5 +56,5 @@ func (all *Autos) PrintHistory() { // todo: fix this func (pb *Auto) WriteHelp() { - myAuto.pp.WriteHelp(os.Stdout) + me.pp.WriteHelp(os.Stdout) } -- cgit v1.2.3