Skip to content

Commit dcf1290

Browse files
committed
Fix typo
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 2b1d529 commit dcf1290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/pro-builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For pushing images to ECR see: [Push images to Amazon ECR](#push-images-to-amazo
5858
Create a HMAC signing secret for use between the Pro Builder and your client:
5959

6060
```bash
61-
$(openssl rand -base64 32) > payload.txt
61+
echo -n $(openssl rand -base64 32) > payload.txt
6262
```
6363

6464
Create a secret with the contents of the signing secret:

0 commit comments

Comments
 (0)