From c100cfb130951d9ea346947e391b0082b65d2aaf Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Wed, 10 Apr 2024 07:37:45 -0700 Subject: [PATCH] fix: typo in piping URL example (#999) --- messages/sfdxurl.store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/sfdxurl.store.md b/messages/sfdxurl.store.md index d7f09e1d..a97f571a 100644 --- a/messages/sfdxurl.store.md +++ b/messages/sfdxurl.store.md @@ -40,4 +40,4 @@ Pipe the Salesforce DX authorization URL through standard input (stdin). - Pipe the SFDX authorization URL from stdin: - <%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin + $ echo url | sf <%= command.id %> --sfdx-url-stdin