diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 21:32:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 21:32:26 -0400 |
| commit | 7d34902fe19fa00a58c308a8dd39ad0ac2178c81 (patch) | |
| tree | 919812400c65abdf3bae87c4b3989e72f85f1236 /src/Propellor/Property/Chroot.hs | |
| parent | 5c962661c8f8e6adf55240ac7674438abd4b18cc (diff) | |
typoe
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
| -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 97f6532a..378836e8 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -91,7 +91,7 @@ instance ChrootBootstrapper Debootstrapped where buildchroot (Debootstrapped cf) system loc = case system of (Just s@(System (Debian _) _)) -> Right $ debootstrap s (Just s@(System (Buntish _) _)) -> Right $ debootstrap s - (Just (System (FreeBSD _) _)) -> Left "FreeBSD not supported by Debbootstrap." + (Just (System (FreeBSD _) _)) -> Left "FreeBSD not supported by debootstrap." Nothing -> Left "Cannot debootstrap; `os` property not specified" where debootstrap s = Debootstrap.built loc s cf |
