summaryrefslogtreecommitdiff
path: root/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Property/Docker.hs')
-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