Skip to content

Commit 41da660

Browse files
fix(hot-reload): fix import (#2069)
1 parent 599c92b commit 41da660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caddy/hotreload-skip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package caddy
55
import (
66
"errors"
77

8-
"github.com/caddyserver/caddy/v2/modules/caddyhttp"
8+
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
99
)
1010

1111
type hotReloadContext struct {

0 commit comments

Comments
 (0)