bugfix
This commit is contained in:
parent
3e65384f06
commit
3a18b6d2ae
1 changed files with 1 additions and 1 deletions
2
Annex.hs
2
Annex.hs
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue