Skip to content

Commit 1d382fa

Browse files
committed
lint fix?
1 parent 4e30fd5 commit 1d382fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/cmd/repo/rename/rename.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ func NewCmdRename(f *cmdutil.Factory, runf func(*RenameOptions) error) *cobra.Co
6363
if len(args) > 0 {
6464
opts.newRepoSelector = args[0]
6565
} else if !opts.IO.CanPrompt() {
66-
return &cmdutil.FlagError{
67-
Err: errors.New("could not prompt: proceed with a repo name")}
66+
return &cmdutil.FlagError{Err: errors.New("could not prompt: proceed with a repo name")}
6867
}
6968

7069
if runf != nil {

0 commit comments

Comments
 (0)