diff --git a/cmd/commands/profile.go b/cmd/commands/profile.go index 9dca516bfc..1bc5cd48cd 100644 --- a/cmd/commands/profile.go +++ b/cmd/commands/profile.go @@ -194,7 +194,7 @@ func profileFromContext(ctx *cli.Context, store, skipMacaroons bool) ( macBytes, err := os.ReadFile(macPath) if err != nil { return nil, fmt.Errorf("unable to read macaroon path (check "+ - "the network setting!): %w", err) + "the network setting or \"--network\" flag!): %w", err) } mac := &macaroon.Macaroon{} if err = mac.UnmarshalBinary(macBytes); err != nil {