summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData
diff options
context:
space:
mode:
authorJoey Hess2014-11-15 13:47:23 -0400
committerJoey Hess2014-11-15 13:47:23 -0400
commit90f5cff061e11a06d3f37fdd5424b49678a2b07d (patch)
treef3d93e5cd08a2c25502bbf5b887be2c882f83d66 /src/Propellor/PrivData
parentbeb905be9231a903afd2e2228e89e7e047384ea7 (diff)
Revert "moving privdata to privdata.joey (for joeyconfig branch only)"
This reverts commit 269996e25d8f5481024f472a57debfd51dfcc703.
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 1922a31e..7c29f1bf 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"