From 2db38d3532b1a44cf8105fa48ad777d89092ff37 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Wed, 20 Jul 2022 10:43:02 -0400 Subject: [PATCH] 206-doublestar-mount Fixed issue with comment from linting --- internal/plugin/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/plugin/config.go b/internal/plugin/config.go index 2db32d1e..6af7b5c0 100644 --- a/internal/plugin/config.go +++ b/internal/plugin/config.go @@ -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 {