summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-06-06 22:47:42 -0400
committerJoey Hess2014-06-06 22:47:42 -0400
commitc3add08491ba90e7efc7856f200baa60531ec7d6 (patch)
treed569ca41850eb497fdb00c84ea05d9c61a7e9fd6 /src
parent6fc6d54f8a8b6cff9da2f51dc50d29efbada3d5a (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index c66c167d..1055dbfb 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -345,7 +345,7 @@ obnamRepos rs = propertyList ("obnam repos for " ++ unwords rs)
where
mkbase = mkdir "/home/joey/lib"
`before` mkdir "/home/joey/backup"
- mkrepo r = mkdir ("/home/joey/lib/nackup/" ++ r ++ ".obnam")
+ mkrepo r = mkdir ("/home/joey/lib/backup/" ++ r ++ ".obnam")
mkdir d = File.dirExists d
- `before` File.ownerGroup "joey" "joey" d
+ `before` File.ownerGroup d "joey" "joey"