summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 23:18:03 -0600
committerJeff Carr <[email protected]>2024-11-29 23:18:03 -0600
commit0a49db74f4a5becf63ad3e1a416b77ff03b269e7 (patch)
treead4bdf7b503173aecce590ed6653c7810eb83a10 /doRelease.go
parentd183dffab49a11a83ce7063b61d7d9f4773e77c5 (diff)
move stuff to gitpbv0.22.21
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doRelease.go b/doRelease.go
index c3affc2..a4a3b82 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -57,7 +57,7 @@ func doRelease() bool {
} else {
all = append(all, []string{"git", "add", "-f", "go.sum"})
}
- if ok, compiled, err := me.current.Status.IsProtobuf(); ok {
+ if ok, compiled, err := me.current.IsProtobuf(); ok {
log.Info("\tIsProtobuf() == true")
if err != nil {
log.Info("\tERROR: There are protobuf files, but they are not compiled")