unbreak the build
This commit is contained in:
parent
b53ef30433
commit
61ecf76644
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ gitCommandLine params r@(Repo { location = l@(Local _ _ ) }) =
|
||||||
setdir = Param $ "--git-dir=" ++ gitdir l
|
setdir = Param $ "--git-dir=" ++ gitdir l
|
||||||
settree = case worktree l of
|
settree = case worktree l of
|
||||||
Nothing -> []
|
Nothing -> []
|
||||||
Just t -> [Param $ "--work-tree=" ++ gitpath t]
|
Just t -> [Param $ "--work-tree=" ++ t]
|
||||||
gitCommandLine _ repo = assertLocal repo $ error "internal"
|
gitCommandLine _ repo = assertLocal repo $ error "internal"
|
||||||
|
|
||||||
{- Runs git in the specified repo. -}
|
{- Runs git in the specified repo. -}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue