We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bb6ee commit 7b3de8fCopy full SHA for 7b3de8f
cmd/update-plex-ipv6-access-url/internal/config/config.go
@@ -75,7 +75,7 @@ func (c *Config) ReadValuesIfMissing() error {
75
76
func getInput(prompt string) (string, error) {
77
reader := bufio.NewReader(os.Stdin)
78
- fmt.Print(fmt.Sprintf("%s: ", prompt))
+ fmt.Printf("%s: ", prompt)
79
input, err := reader.ReadString('\n')
80
if err != nil {
81
return "", err
0 commit comments