summaryrefslogtreecommitdiff
path: root/cmd/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/run.go')
-rw-r--r--cmd/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/run.go b/cmd/run.go
index 47b587a..d7f12d7 100644
--- a/cmd/run.go
+++ b/cmd/run.go
@@ -4,7 +4,7 @@ import (
"flag"
"log"
- "bitbucket.org/lightcodelabs/caddy2"
+ "github.com/caddyserver/caddy2"
)
// Main executes the main function of the caddy command.