diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index 65749e34..9e8bcd2f 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -39,7 +39,7 @@ import qualified Data.Map as M import System.Posix.Directory -- | Specification of a chroot. Normally you'll use `debootstrapped` or --- `bootstrapped` to construct a Chroot value. +-- `bootstrapped` or `hostChroot` to construct a Chroot value. data Chroot where Chroot :: ChrootBootstrapper b => FilePath -> b -> InfoPropagator -> Host -> Chroot |
