diff options
Diffstat (limited to 'isPrimitive.go')
| -rw-r--r-- | isPrimitive.go | 2 |
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 } |
