diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-25 14:11:38 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-25 14:11:38 -0400 |
| commit | 5eaa3722ecf44450c389c7f15dcb5052f0926ada (patch) | |
| tree | 0bbe7c3bedfebda37d6ddd7958849390efd47c4b /src/Propellor | |
| parent | 7541782073732f63532951df48542ff5de4b33d2 (diff) | |
Revert "set privdatadir"
This reverts commit 2a73a185881123fb26e1800a756fe897609a05ee.
Diffstat (limited to 'src/Propellor')
| -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" |
