diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 12:44:05 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 12:44:05 -0400 |
| commit | 8172f243d73f0c7f7231d03c3561c3da5a7ad0d4 (patch) | |
| tree | e260aa5e95469157d42a7cfa0a88cd11e236ad5b /src/Propellor/PrivData | |
| parent | a1f61e09b8d72ef4d4ee8490b9b228dafd8b3d1d (diff) | |
DNS WIP
Diffstat (limited to 'src/Propellor/PrivData')
| -rw-r--r-- | src/Propellor/PrivData/Paths.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/PrivData/Paths.hs b/src/Propellor/PrivData/Paths.hs index 9f791b76..3d0d8a58 100644 --- a/src/Propellor/PrivData/Paths.hs +++ b/src/Propellor/PrivData/Paths.hs @@ -3,7 +3,7 @@ module Propellor.PrivData.Paths where import System.FilePath privDataDir :: FilePath -privDataDir = "privdata.joey" +privDataDir = "privdata" privDataFile :: FilePath privDataFile = privDataDir </> "privdata.gpg" |
