summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 23:59:07 -0400
committerJoey Hess2014-03-30 23:59:07 -0400
commit0515fcb0f93ef90270dcd2c475194be1c439b578 (patch)
treefabc23fe79500ea30b33c3bbfed193ef0993b97d /Propellor
parent8621fa6e9983a39c07a9677eac324ebcee79b549 (diff)
more prep
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/Property/Docker.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index 43c78d85..3f7e470e 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -4,8 +4,8 @@ import Propellor
import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
-{- | Configures docker with an authentication file, so that images can be
- - pushed to index.docker.io. -}
+-- | Configures docker with an authentication file, so that images can be
+-- pushed to index.docker.io.
configured :: Property
configured = Property "docker configured" go `requires` installed
where