summaryrefslogtreecommitdiff
path: root/theMagicOfAutocomplete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 02:32:57 -0500
committerJeff Carr <[email protected]>2025-10-12 02:32:57 -0500
commitfa46df7691bbe80b4559d8e0e99b2d1ca1f6f48c (patch)
tree9de8433471eb42813f610074c46d950f603d01f6 /theMagicOfAutocomplete.go
parent23b1865b5d9b879b543116beaf68d80fe76c5534 (diff)
more housecleaning
Diffstat (limited to 'theMagicOfAutocomplete.go')
-rw-r--r--theMagicOfAutocomplete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go
index e4407a3..e107319 100644
--- a/theMagicOfAutocomplete.go
+++ b/theMagicOfAutocomplete.go
@@ -26,7 +26,7 @@ func Autocomplete(dest any) *Auto {
pb.PrintDebug()
}
- pb.doHandlePB() // read in the history protobuf file
+ pb.getHistoryPB() // read in the history protobuf file
// turn on debugging if duration < 200 milliseconds
dur := pb.Duration.AsDuration()