diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-15 13:47:23 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-15 13:47:23 -0400 |
| commit | 90f5cff061e11a06d3f37fdd5424b49678a2b07d (patch) | |
| tree | f3d93e5cd08a2c25502bbf5b887be2c882f83d66 /src/Propellor/PrivData | |
| parent | beb905be9231a903afd2e2228e89e7e047384ea7 (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.hs | 2 |
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" |
