fix LsFiles.typeChanged paths
Passing absolute paths to Command.Add used to work, but after recent changes doesn't. All LsFiles should use relative paths anyway, so fix it there.
This commit is contained in:
parent
cbaebf538a
commit
a2f241d503
3 changed files with 8 additions and 5 deletions
|
@ -19,7 +19,6 @@ import System.Posix.Files
|
|||
|
||||
import Common.Annex
|
||||
import qualified Git.Config
|
||||
import qualified Git.CheckAttr
|
||||
import qualified Annex
|
||||
import Annex.CheckAttr
|
||||
import Types.Key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue