From 3d25d00298d3885a2fedf88cf65e77b5a28e5506 Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:32:23 -0400 Subject: [PATCH] fix: lint --- cmd/watch_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/watch_command.go b/cmd/watch_command.go index a3bdafd..a866e6b 100644 --- a/cmd/watch_command.go +++ b/cmd/watch_command.go @@ -44,7 +44,7 @@ func init() { AddCommand(command) } -func WatchCommand(cmd *cobra.Command, args []string) error { +func WatchCommand(_ *cobra.Command, args []string) error { path := args[0] if path == "" { return fmt.Errorf("path is required")