Skip to content

Commit b106e60

Browse files
committed
final touches
1 parent 4afd1e0 commit b106e60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/cmd/repo/rename/rename.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ func renameRun(opts *RenameOptions) error {
7777
if err != nil {
7878
return fmt.Errorf("argument error: %w", err)
7979
}
80-
// fields := []string{"name", "owner", "id"}
81-
// repoDetails, err := api.FetchRepository(apiClient, repo, fields)
82-
// if err != nil {
83-
// return err
84-
// }
8580

8681
input := renameRepo{
8782
Owner: repo.RepoOwner(),

0 commit comments

Comments
 (0)