diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ func showNext() { } else { log.Info("IsPrimitive() == false") } - if me.forge.IsPrivate(check.GoPath) { + if me.forge.Config.IsPrivate(check.GoPath) { log.Info("IsPrivate() == true") } else { log.Info("IsPrivate() == false") |
