Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 97037e5

Browse files
committed
206-doublestar-mount fixed config.go linting
1 parent 07d1395 commit 97037e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/plugin/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ func (c *Config) HandleMount(fsys fs.FS) error {
5454
c.Mount[i] = c.Mount[mountLen-1]
5555
c.Mount = c.Mount[:mountLen-1]
5656

57-
//cwd, _ := os.Getwd()
58-
//fsys := os.DirFS(cwd)
5957
globMounts, err := doublestar.Glob(fsys, mount)
6058
if err != nil {
6159
return fmt.Errorf("glob handle mount error <%s>, %w", mount, err)

0 commit comments

Comments
 (0)