Skip to content

Commit ca1d0e1

Browse files
committed
test on CI
1 parent f8e2c76 commit ca1d0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caddy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func Load(cfgJSON []byte, forceReload bool) error {
118118
}
119119

120120
// testing
121-
err := notify.Status("pending_pause")
121+
err := notify.Status("pause_pending")
122122
if err != nil {
123123
Log().Error("error on notify status")
124124
}

0 commit comments

Comments
 (0)