diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 13:47:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 13:47:03 -0400 |
| commit | baf1dcc822c67ba76aee74a90ae8e81797059439 (patch) | |
| tree | 89d0f674fe4b1c9c74ee582d8a2ecdc07fc9f02e /src | |
| parent | 763aafb37f27bcb4d6e79e67b22e3ac737220ab8 (diff) | |
accidentially merged
Diffstat (limited to 'src')
| -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 3d0d8a58..9f791b76 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" +privDataDir = "privdata.joey" privDataFile :: FilePath privDataFile = privDataDir </> "privdata.gpg" |
