Skip to content

Commit 260eafb

Browse files
committed
update network key prompt message
- fix lint
1 parent 0fd849d commit 260eafb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal/command/command.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import (
2525
"io/ioutil"
2626
"net/http"
2727
"strings"
28-
29-
"github.com/spf13/afero"
28+
"time"
3029

3130
"github.com/onflow/flow-cli/build"
3231
"github.com/onflow/flow-cli/pkg/flowkit"
@@ -38,6 +37,7 @@ import (
3837

3938
"github.com/getsentry/sentry-go"
4039
"github.com/spf13/afero"
40+
4141
"github.com/spf13/cobra"
4242
)
4343

pkg/flowkit/output/prompt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func namePrompt() string {
159159

160160
func secureNetworkKeyPrompt() string {
161161
networkKeyPrompt := promptui.Prompt{
162-
Label: "Enter host network key",
162+
Label: "Enter a valid host network key or leave blank",
163163
Validate: func(s string) error {
164164
if s == "" {
165165
return nil

0 commit comments

Comments
 (0)