summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go
index 7665c7f..3db18bc 100644
--- a/http.go
+++ b/http.go
@@ -276,7 +276,7 @@ func showNext() {
} else {
log.Info("CheckDirty() == false")
}
- if ok, _ := check.IsPrimitive(); ok {
+ if check.GetGoPrimitive() {
log.Info("IsPrimitive() == true")
} else {
log.Info("IsPrimitive() == false")