From 90f5cff061e11a06d3f37fdd5424b49678a2b07d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 15 Nov 2014 13:47:23 -0400 Subject: Revert "moving privdata to privdata.joey (for joeyconfig branch only)" This reverts commit 269996e25d8f5481024f472a57debfd51dfcc703. --- src/Propellor/PrivData/Paths.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3