Skip to content

Commit 1258b55

Browse files
authored
Fix to add -n opiton for echo (#4913)
1 parent 340b6df commit 1258b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/piped/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For the full list of available commands, please see the Makefile at the root of
3434
# FIXME: Replace here with your piped ID.
3535
pipedID: 7accd470-1786-49ee-ac09-3c4d4e31dc12
3636
# Base64 encoded string of the piped private key. You can generate it by the following command.
37-
# echo "your-piped-key" | base64
37+
# echo -n "your-piped-key" | base64
3838
# FIXME: Replace here with your piped key file path.
3939
pipedKeyData: OTl4c2RqdjUxNTF2OW1sOGw5ampndXUyZjB2aGJ4dGw0bHVkamF4Mmc3a3l1enFqY20K
4040
# Write in a format like "host:443" because the communication is done via gRPC.

0 commit comments

Comments
 (0)