diff --git a/pkg/constants/dependencies.go b/pkg/constants/dependencies.go index ed76dc9fa..64ad872ed 100644 --- a/pkg/constants/dependencies.go +++ b/pkg/constants/dependencies.go @@ -2,7 +2,7 @@ package constants var Dependencies = [...]string{ "mount", - "unmount", + "umount", "tar", "mkfs.ext4", "e2fsck",