diff options
Diffstat (limited to 'internal/commands/drop.go')
| -rw-r--r-- | internal/commands/drop.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/commands/drop.go b/internal/commands/drop.go index f30afb6..788b62b 100644 --- a/internal/commands/drop.go +++ b/internal/commands/drop.go @@ -7,7 +7,7 @@ import ( "github.com/urfave/cli/v2" ) -func Drop(sources *yae.Sources) func(c *cli.Context) error { +func Drop(sources *yae.Environment) func(c *cli.Context) error { return func(c *cli.Context) error { if c.Args().Len() == 0 { return fmt.Errorf("invalid number of arguments") |