summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
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 be0b262..5fe8b1b 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -136,7 +136,7 @@ func doRelease() error {
all = append(all, []string{"git", "add", "-f", "go.sum"})
autogen = append(autogen, "go.sum")
}
- if ok, compiled, err := me.current.IsProtobuf(); ok {
+ if ok, compiled, err := me.current.ScanProtobuf(); ok {
log.Info("\tIsProtobuf() == true")
if err != nil {
log.Info("\tERROR: There are protobuf files, but they are not compiled")