Revert "moving privdata to privdata.joey (for joeyconfig branch only)"

This reverts commit 269996e25d.
This commit is contained in:
Joey Hess 2014-11-15 13:47:23 -04:00
parent beb905be92
commit 90f5cff061
1 changed files with 1 additions and 1 deletions

View File

@ -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"