summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DiskImage.hs
diff options
context:
space:
mode:
authorJoey Hess2017-03-11 13:57:15 -0400
committerJoey Hess2017-03-11 13:57:15 -0400
commita4853981f9d6429af502c05496bd4ff41432e5ac (patch)
tree63612e6751a44825253288928ceeff89a08adb87 /src/Propellor/Property/DiskImage.hs
parent15690355cfc8f3562a9664896e83ca7989cef603 (diff)
fix example
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
-rw-r--r--src/Propellor/Property/DiskImage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index c828211b..3afffa1c 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -55,7 +55,7 @@ type DiskImage = FilePath
--
-- > import Propellor.Property.DiskImage
--
--- > let chroot d = Chroot.debootstrapped mempty d
+-- > let chroot d = Chroot.debootstrapped mempty d $ props
-- > & osDebian Unstable X86_64
-- > & Apt.installed ["linux-image-amd64"]
-- > & User.hasPassword (User "root")