diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-25 14:11:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-25 14:11:19 -0400 |
| commit | 2a73a185881123fb26e1800a756fe897609a05ee (patch) | |
| tree | c094f8dbd805af695066342fe7838d3e4c526c72 /src | |
| parent | 132a0d2b2a2bfd389d7fdccaff4fd2e708d981bf (diff) | |
set privdatadir
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/PrivData/Paths.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/PrivData/Paths.hs b/src/Propellor/PrivData/Paths.hs index 3d0d8a58..9f791b76 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" |
