summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData
diff options
context:
space:
mode:
authorJoey Hess2015-11-25 14:11:31 -0400
committerJoey Hess2015-11-25 14:11:31 -0400
commit7541782073732f63532951df48542ff5de4b33d2 (patch)
tree263b4a67e970c80b910535a15707824121574060 /src/Propellor/PrivData
parent85c6ad020886bf52ca69c5b1d5d1998838c25ba4 (diff)
parent2a73a185881123fb26e1800a756fe897609a05ee (diff)
Merge branch 'joeyconfig'
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 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"