diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-11 13:57:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-11 13:57:15 -0400 |
| commit | a4853981f9d6429af502c05496bd4ff41432e5ac (patch) | |
| tree | 63612e6751a44825253288928ceeff89a08adb87 | |
| parent | 15690355cfc8f3562a9664896e83ca7989cef603 (diff) | |
fix example
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 2 |
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") |
