diff options
-rw-r--r-- | cache.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cache.go b/cache.go index 691eb06..4f6b90e 100644 --- a/cache.go +++ b/cache.go @@ -136,8 +136,8 @@ func pullDatabase() { val := string(iter.Value()) split := strings.Split(key, "*") - urls := string(split[0]) - field := string(split[1]) + urls := split[0] + field := split[1] if urls != "remote" { // Start with an empty Data struct. If |