This commit is contained in:
Joey Hess 2010-10-13 01:42:39 -04:00
parent 3e65384f06
commit 3a18b6d2ae

View file

@ -91,7 +91,7 @@ unannexFile state file = do
case (mkey) of
Nothing -> return ()
Just (key, backend) -> do
let src = annexLocation state backend key
let src = annexLocation state backend file
removeFile file
gitRun (repo state) ["rm", file]
gitRun (repo state) ["commit", "-m",