fix: lint

This commit is contained in:
Antoine Aflalo
2024-08-27 15:32:23 -04:00
parent 7d824d2aa3
commit 3d25d00298

View File

@@ -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")