mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
fix typo (#3180)
This commit is contained in:
@@ -99,7 +99,7 @@ func hook(event caddy.EventName, info interface{}) error {
|
|||||||
// Let not try to restart with the same file, even though it is wrong.
|
// Let not try to restart with the same file, even though it is wrong.
|
||||||
md5sum = s
|
md5sum = s
|
||||||
// now lets consider that plugin will not be reload, unless appear in next config file
|
// now lets consider that plugin will not be reload, unless appear in next config file
|
||||||
// change status iof usage will be reset in setup if the plugin appears in config file
|
// change status of usage will be reset in setup if the plugin appears in config file
|
||||||
r.setUsage(maybeUsed)
|
r.setUsage(maybeUsed)
|
||||||
_, err := instance.Restart(corefile)
|
_, err := instance.Restart(corefile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user