summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 05:34:36 -0500
committerJeff Carr <[email protected]>2025-10-15 05:34:36 -0500
commitf7f02647de5f52c23202e5c2c67954bfa5af1007 (patch)
tree478a4ff5a9fc09336ebf34067fea499abf802ea1 /structs.go
parent87cb75966a79788f7c6192c0397b92c09114b104 (diff)
add Recommends
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index f7926da..00d46d9 100644
--- a/structs.go
+++ b/structs.go
@@ -44,9 +44,9 @@ type controlBox struct {
Description *gadgets.OneLiner
// repostatus things
- pathL *gadgets.OneLiner
- lastTag *gadgets.OneLiner
- dirtyL *gadgets.OneLiner
+ pathL *gadgets.OneLiner
+ lastTag *gadgets.OneLiner
+ // dirtyL *gadgets.OneLiner
currentL *gadgets.OneLiner
buildDate *gadgets.OneLiner
tagDate *gadgets.BasicEntry