summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 13:47:03 -0400
committerJoey Hess2015-01-04 13:47:03 -0400
commitbaf1dcc822c67ba76aee74a90ae8e81797059439 (patch)
tree89d0f674fe4b1c9c74ee582d8a2ecdc07fc9f02e /src
parent763aafb37f27bcb4d6e79e67b22e3ac737220ab8 (diff)
accidentially merged
Diffstat (limited to 'src')
-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"