summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 11:39:44 -0600
committerJeff Carr <[email protected]>2024-02-16 11:39:44 -0600
commitbdb761714361a3986834b8b50bb34cce45d01e4d (patch)
treeab8f6df56abc48bcd15f4e5502ba2dc71d760161 /structs.go
parente323b15eb7849649b5c9bd8b4a086ee665b86dbd (diff)
cleaning up repostatus code
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 495d81c..d831a16 100644
--- a/structs.go
+++ b/structs.go
@@ -85,8 +85,7 @@ type autoType struct {
}
type repo struct {
- hidden bool
- // path string
+ hidden bool
lasttagrev string
lasttag string
giturl string