Skip to content

Commit b9c60e8

Browse files
committed
remove go.mod change
1 parent 2ff8732 commit b9c60e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,3 @@ require (
4747
replace github.com/shurcooL/graphql => github.com/cli/shurcooL-graphql v0.0.0-20200707151639-0f7232a2bf7e
4848

4949
replace golang.org/x/crypto => github.com/cli/crypto v0.0.0-20210929142629-6be313f59b03
50-
51-
replace github.com/cli/cli/v2/pkg/cmd/repo/rename => /cli/cli/v2/pkg/cmd/repo/rename

pkg/cmd/repo/rename/rename.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func runRename(apiClient *api.Client, hostname string, repoDetails *api.Reposito
113113
if err := enc.Encode(input); err != nil {
114114
return err
115115
}
116-
116+
117117
err := apiClient.REST(hostname, "PATCH", path, body, nil)
118118
if err != nil {
119119
return err

0 commit comments

Comments
 (0)