propellor spin

This commit is contained in:
Joey Hess 2014-06-06 22:47:42 -04:00
parent 6fc6d54f8a
commit c3add08491
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -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"