diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-09-10 11:37:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-09-10 11:37:54 -0400 |
| commit | c41c85b9ca9a7c5d6f1f7d4c76c9c61edb81b12b (patch) | |
| tree | b0ee14ba33cda5c0eb919761f7c251aa930fc4fd /src/Propellor/Property/Debootstrap.hs | |
| parent | f5856d28625b031d74d0e5f188928107ada4298f (diff) | |
| parent | 3bb1fb8434c49ee80ea231be2d2ce6b687a8190f (diff) | |
Merge remote-tracking branch 'spwhitton/sbuild-fixes'
Diffstat (limited to 'src/Propellor/Property/Debootstrap.hs')
| -rw-r--r-- | src/Propellor/Property/Debootstrap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Debootstrap.hs b/src/Propellor/Property/Debootstrap.hs index 69ac036a..c0226b7e 100644 --- a/src/Propellor/Property/Debootstrap.hs +++ b/src/Propellor/Property/Debootstrap.hs @@ -168,7 +168,7 @@ sourceInstall' = withTmpDir "debootstrap" $ \tmpd -> do makeDevicesTarball makeWrapperScript (localInstallDir </> subdir) return MadeChange - _ -> errorMessage "debootstrap tar file did not contain exactly one dirctory" + _ -> errorMessage "debootstrap tar file did not contain exactly one directory" sourceRemove :: Property Linux sourceRemove = property "debootstrap not installed from source" $ liftIO $ |
