diff --git a/command/root.go b/command/root.go index 83dfbd3f0..cf0e3cbb1 100644 --- a/command/root.go +++ b/command/root.go @@ -317,7 +317,7 @@ func determineBaseRepo(apiClient *api.Client, cmd *cobra.Command, ctx context.Co return nil, err } - repoContext, err := context.ResolveRemotesToRepos(remotes, apiClient, repo) + repoContext, err := context.ResolveRemotesToRepos(remotes, apiClient, "") if err != nil { return nil, err }