diff --git a/internal/lefthook/run.go b/internal/lefthook/run.go index ff9fc129..f7d97e5f 100644 --- a/internal/lefthook/run.go +++ b/internal/lefthook/run.go @@ -144,7 +144,6 @@ func (l *Lefthook) Run(hookName string, args RunArgs, gitArgs []string) error { sourceDirs = append( sourceDirs, filepath.Join( - l.repo.RootPath, l.repo.RemoteFolder(remote.GitURL, remote.Ref), cfg.SourceDir, ),