diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-14 12:43:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-14 12:43:37 -0400 |
| commit | bbb0386515365b6735a9e635baa38fe762c951ef (patch) | |
| tree | 8d9e37ba1e600746a28eb22342791ba553823f44 /src/Propellor/Property/File.hs | |
| parent | 98f0daa2a20cf5e65735bba1acf245a5334c5841 (diff) | |
excess newline
Diffstat (limited to 'src/Propellor/Property/File.hs')
| -rw-r--r-- | src/Propellor/Property/File.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/File.hs b/src/Propellor/Property/File.hs index eeb38ce9..f774272c 100644 --- a/src/Propellor/Property/File.hs +++ b/src/Propellor/Property/File.hs @@ -133,7 +133,6 @@ link `isSymlinkedTo` target = property desc $ warningMessage $ "removing cruft from previous run: " ++ link' removeLink link' - -- | Ensures that a file/dir has the specified owner and group. ownerGroup :: FilePath -> User -> Group -> Property NoInfo ownerGroup f (User owner) (Group group) = property (f ++ " owner " ++ og) $ do |
