summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData
diff options
context:
space:
mode:
authorJoey Hess2015-11-25 14:11:38 -0400
committerJoey Hess2015-11-25 14:11:38 -0400
commit5eaa3722ecf44450c389c7f15dcb5052f0926ada (patch)
tree0bbe7c3bedfebda37d6ddd7958849390efd47c4b /src/Propellor/PrivData
parent7541782073732f63532951df48542ff5de4b33d2 (diff)
Revert "set privdatadir"
This reverts commit 2a73a185881123fb26e1800a756fe897609a05ee.
Diffstat (limited to 'src/Propellor/PrivData')
-rw-r--r--src/Propellor/PrivData/Paths.hs2
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"