From 5eaa3722ecf44450c389c7f15dcb5052f0926ada Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Nov 2015 14:11:38 -0400 Subject: Revert "set privdatadir" This reverts commit 2a73a185881123fb26e1800a756fe897609a05ee. --- src/Propellor/PrivData/Paths.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/PrivData') 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" -- cgit v1.2.3