Skip to content

Commit

Permalink
206-doublestar-mount Fixed issue with comment from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Jul 20, 2022
1 parent 5f9e3a0 commit 2db38d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type Config struct {
}

// HandleMount runs prior to Rebuild and Restoring of caches to handle unique
// paths such as double-star globs
// paths such as double-star globs.
func (c *Config) HandleMount() error {
mountLen := len(c.Mount)
if mountLen > 0 {
Expand Down

0 comments on commit 2db38d3

Please sign in to comment.