summaryrefslogtreecommitdiff
path: root/bin-src/crtsh-pem2html.go
diff options
context:
space:
mode:
Diffstat (limited to 'bin-src/crtsh-pem2html.go')
-rw-r--r--bin-src/crtsh-pem2html.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin-src/crtsh-pem2html.go b/bin-src/crtsh-pem2html.go
index bb1e98e..1f2932a 100644
--- a/bin-src/crtsh-pem2html.go
+++ b/bin-src/crtsh-pem2html.go
@@ -10,7 +10,7 @@ import (
"sort"
"time"
- "./util"
+ "git.lukeshu.com/dashboard/bin-src/util"
)
func handleErr(err error, str string, a ...interface{}) {