Skip to content

Commit

Permalink
fix: use correct remote scripts folder (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox authored Dec 12, 2024
1 parent 305512c commit 5980de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/lefthook/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit 5980de1

Please sign in to comment.