Skip to content

Commit

Permalink
Correct URL to restic plugin in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Jul 5, 2017
1 parent 2d9273f commit 56b3ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caddyhttp/httpserver/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ var directives = []string{
"awslambda", // github.com/coopernurse/caddy-awslambda
"grpc", // github.com/pieterlouw/caddy-grpc
"gopkg", // github.com/zikes/gopkg
"restic", // github.com/mholt/caddy-restic
"restic", // github.com/restic/caddy
}

const (
Expand Down

0 comments on commit 56b3ea8

Please sign in to comment.