aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/net.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/net.go')
-rw-r--r--internal/pkg/net.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/net.go b/internal/pkg/net.go
index 74eeca53..074c5f79 100644
--- a/internal/pkg/net.go
+++ b/internal/pkg/net.go
@@ -101,7 +101,7 @@ func (a *httpArtifact) do() (data []byte, err error) {
}
// Cure returns syscall.ENOTSUP. Callers should use Data instead.
-func (a *httpArtifact) Cure(*check.Absolute, CacheDataFunc) error {
+func (a *httpArtifact) Cure(*check.Absolute, *check.Absolute, CacheDataFunc) error {
return syscall.ENOTSUP
}