default lint fix
This commit is contained in:
parent
e5ebbcb66a
commit
9060b44e6d
1 changed files with 3 additions and 1 deletions
|
|
@ -86,6 +86,8 @@ func runDefault(opts *DefaultOptions) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
context.RemoveBaseRepo(remotes)
|
||||
if err = context.RemoveBaseRepo(remotes); err != nil {
|
||||
return err
|
||||
}
|
||||
return repoContext.SetBaseRepo(opts.IO)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue