diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 21:44:27 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 21:44:27 +0900 |
| commit | 405999ff5981bb06f886466a7ec47fc90fa1c4b6 (patch) | |
| tree | ab75a45303e9e3c9f8ca4aef64a56dcffb460b03 /src | |
| parent | 43c763a6e58d30fb04d8c56be961bd30a808161c (diff) | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
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) |
