diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index c66c167..1055dbf 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"