summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData
diff options
context:
space:
mode:
authorJoey Hess2015-11-25 14:11:19 -0400
committerJoey Hess2015-11-25 14:11:19 -0400
commit2a73a185881123fb26e1800a756fe897609a05ee (patch)
treec094f8dbd805af695066342fe7838d3e4c526c72 /src/Propellor/PrivData
parent132a0d2b2a2bfd389d7fdccaff4fd2e708d981bf (diff)
set privdatadir
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"