final touches

This commit is contained in:
Parth Patel 2021-10-12 18:56:56 -04:00
parent 4afd1e06bf
commit b106e606e1

View file

@ -77,11 +77,6 @@ func renameRun(opts *RenameOptions) error {
if err != nil {
return fmt.Errorf("argument error: %w", err)
}
// fields := []string{"name", "owner", "id"}
// repoDetails, err := api.FetchRepository(apiClient, repo, fields)
// if err != nil {
// return err
// }
input := renameRepo{
Owner: repo.RepoOwner(),