aboutsummaryrefslogtreecommitdiff
path: root/internal/commands/add.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/commands/add.go')
-rw-r--r--internal/commands/add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/commands/add.go b/internal/commands/add.go
index 1b32533..07bee28 100644
--- a/internal/commands/add.go
+++ b/internal/commands/add.go
@@ -50,7 +50,7 @@ func AddFlags() []cli.Flag {
}
}
-func Add(sources *yae.Sources) func(c *cli.Context) error {
+func Add(sources *yae.Environment) func(c *cli.Context) error {
return func(c *cli.Context) error {
if c.Args().Len() != 2 {
return fmt.Errorf("invalid number of arguments")