diff options
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/Docker.hs | 4 |
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 |
