summaryrefslogtreecommitdiff
path: root/isPrimitive.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 08:59:12 -0600
committerJeff Carr <[email protected]>2025-11-02 08:59:12 -0600
commit7190028798229ba7a2bbfe549ccde2749e87edd8 (patch)
treedb0587730a583cfd14d236e57a098363005ce2ec /isPrimitive.go
parentfab6dbd6041a6ee346fba0e8486b643eaf59667c (diff)
working on a newer repo.protodevel
Diffstat (limited to 'isPrimitive.go')
-rw-r--r--isPrimitive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/isPrimitive.go b/isPrimitive.go
index e935cec..0fb205c 100644
--- a/isPrimitive.go
+++ b/isPrimitive.go
@@ -65,6 +65,6 @@ func (repo *Repo) computePrimitive() (bool, error) {
}
}
repo.GoInfo.GoPrimitive = true
- repo.GoDeps = nil
+ repo.GoInfo.GoDeps = nil
return true, nil
}