diff --git a/privdata/keyring.gpg b/privdata.joey/keyring.gpg similarity index 100% rename from privdata/keyring.gpg rename to privdata.joey/keyring.gpg diff --git a/privdata/privdata.gpg b/privdata.joey/privdata.gpg similarity index 100% rename from privdata/privdata.gpg rename to privdata.joey/privdata.gpg diff --git a/src/Propellor/PrivData/Paths.hs b/src/Propellor/PrivData/Paths.hs index 7c29f1b..1922a31 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" +privDataDir = "privdata.joey" privDataFile :: FilePath privDataFile = privDataDir "privdata.gpg"