diff options
| -rw-r--r-- | privdata.joey/keyring.gpg (renamed from privdata/keyring.gpg) | bin | 113014 -> 113014 bytes | |||
| -rw-r--r-- | privdata.joey/privdata.gpg (renamed from privdata/privdata.gpg) | 0 | ||||
| -rw-r--r-- | src/Propellor/PrivData/Paths.hs | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/privdata/keyring.gpg b/privdata.joey/keyring.gpg Binary files differindex 01dd24e7..01dd24e7 100644 --- a/privdata/keyring.gpg +++ b/privdata.joey/keyring.gpg diff --git a/privdata/privdata.gpg b/privdata.joey/privdata.gpg index 5872c5c4..5872c5c4 100644 --- a/privdata/privdata.gpg +++ b/privdata.joey/privdata.gpg diff --git a/src/Propellor/PrivData/Paths.hs b/src/Propellor/PrivData/Paths.hs index 7c29f1bf..1922a31e 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" |
