Skip to content

Commit

Permalink
206-doublestar-mount fixed config.go linting again
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Aug 10, 2022
1 parent 97037e5 commit 9e955c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ func (p *Plugin) Exec() error { // nolint: funlen,cyclop
if err != nil {
return fmt.Errorf("get working directory, %w", err)
}

fsys := os.DirFS(cwd)

if err = p.Config.HandleMount(fsys); err != nil {
return fmt.Errorf("exec handle mount call, %w", err)
}
Expand Down

0 comments on commit 9e955c9

Please sign in to comment.