default lint fix

This commit is contained in:
bchadwic 2022-04-05 21:43:57 -07:00 committed by Sam Coe
parent e5ebbcb66a
commit 9060b44e6d
No known key found for this signature in database
GPG key ID: 8E322C20F811D086

View file

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