Skip to content

Commit 34e6da5

Browse files
committed
fix: replace hardcoded email in config example with generic placeholder
1 parent 6cbdd71 commit 34e6da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func newConfigSetCommand() *cobra.Command {
4141
Short: "Set a configuration value in the global config",
4242
Example: ` hey config set base_url http://app.hey.localhost:3003
4343
hey config set base_url https://app.hey.com
44-
hey config set default_sender erik@parrotapp.com`,
44+
hey config set default_sender you@hey.com`,
4545
Args: cobra.ExactArgs(2),
4646
RunE: func(cmd *cobra.Command, args []string) error {
4747
key, value := normalizeConfigKey(args[0]), args[1]

0 commit comments

Comments
 (0)