summaryrefslogtreecommitdiff
path: root/libpod/healthcheck_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/healthcheck_unsupported.go')
-rw-r--r--libpod/healthcheck_unsupported.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/healthcheck_unsupported.go b/libpod/healthcheck_unsupported.go
index 1eccc77ba..28b1bc7da 100644
--- a/libpod/healthcheck_unsupported.go
+++ b/libpod/healthcheck_unsupported.go
@@ -2,7 +2,7 @@
package libpod
-import "github.com/containers/libpod/libpod/define"
+import "github.com/containers/libpod/v2/libpod/define"
// createTimer systemd timers for healthchecks of a container
func (c *Container) createTimer() error {