summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Chroot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
-rw-r--r--src/Propellor/Property/Chroot.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs
index 30c11ed3..cfa70e9f 100644
--- a/src/Propellor/Property/Chroot.hs
+++ b/src/Propellor/Property/Chroot.hs
@@ -74,6 +74,7 @@ extractTarball :: FilePath -> FilePath -> Property HasInfo
extractTarball target src = toProp .
check (unpopulated target) $
cmdProperty "tar" params
+ `assume` MadeChange
`requires` File.dirExists target
where
params =