fix empty default description for local repository (#7383)
This commit is contained in:
parent
03f1ba75ac
commit
d349ba185a
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ func interactiveRepoInfo(client *http.Client, hostname string, prompter iprompte
|
|||
name = fmt.Sprintf("%s/%s", owner, name)
|
||||
}
|
||||
|
||||
description, err := prompter.Input("Description", defaultName)
|
||||
description, err := prompter.Input("Description", "")
|
||||
if err != nil {
|
||||
return "", "", "", err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue