summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-21 21:44:27 +0900
committerSean Whitton2016-05-21 21:44:27 +0900
commit405999ff5981bb06f886466a7ec47fc90fa1c4b6 (patch)
treeab75a45303e9e3c9f8ca4aef64a56dcffb460b03 /src/Propellor/Property/Sbuild.hs
parent43c763a6e58d30fb04d8c56be961bd30a808161c (diff)
typo
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index ea12c576..ea688f7a 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -244,7 +244,7 @@ piupartsConfFor sys = property' ("piuparts schroot conf for " ++ show sys) $
--
-- - piuparts itself invokes eatmydata, so the command-prefix setting in our
-- regular schroot config would force the user to pass --no-eatmydata to
--- piuparts in their @~/.sbuildrc@, which is inconvenient.p
+-- piuparts in their @~/.sbuildrc@, which is inconvenient.
piupartsConf :: SbuildSchroot -> Apt.Url -> Property DebianLike
piupartsConf s u = go
`requires` (setupRevertableProperty $ built s u)