Skip to content

Commit

Permalink
providers: Cleanup after rebase
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
  • Loading branch information
magik6k committed Mar 25, 2018
1 parent f868b7c commit 57a0c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ You can now check what blocks have been created by:
}

if !local {
if err := n.Providers.ProvideRecursive(req.Context(), nd, dserv); err != nil {
if err := n.Providers.ProvideRecursive(req.Context, nd, dserv); err != nil {
return err
}
}
Expand Down

0 comments on commit 57a0c81

Please sign in to comment.