summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData/Paths.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/PrivData/Paths.hs')
-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"