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
|
case (mkey) of
|
||||||
Nothing -> return ()
|
Nothing -> return ()
|
||||||
Just (key, backend) -> do
|
Just (key, backend) -> do
|
||||||
let src = annexLocation state backend key
|
let src = annexLocation state backend file
|
||||||
removeFile file
|
removeFile file
|
||||||
gitRun (repo state) ["rm", file]
|
gitRun (repo state) ["rm", file]
|
||||||
gitRun (repo state) ["commit", "-m",
|
gitRun (repo state) ["commit", "-m",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue