Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 2add229

Browse files
naisanzaaalexellis
authored andcommitted
add space to 'shasum|'
'shasum|' -> 'shasum |' Signed-off-by: Eric Jaw <[email protected]>
1 parent fdb7faf commit 2add229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The GitHub app will deliver webhooks to your OpenFaaS Cloud instance every time
7171
This secret will be used by each OpenFaaS Cloud function to validate requests and to sign calls it needs to make to other functions.
7272

7373
```
74-
PAYLOAD_SECRET=$(head -c 12 /dev/urandom | shasum| cut -d' ' -f1)
74+
PAYLOAD_SECRET=$(head -c 12 /dev/urandom | shasum | cut -d' ' -f1)
7575
```
7676

7777
Kubernetes:
@@ -329,8 +329,8 @@ You can disable Log storage by commenting out the pipeline-log function from `st
329329
* Generate secrets for Minio
330330
331331
```
332-
SECRET_KEY=$(head -c 12 /dev/urandom | shasum| cut -d' ' -f1)
333-
ACCESS_KEY=$(head -c 12 /dev/urandom | shasum| cut -d' ' -f1)
332+
SECRET_KEY=$(head -c 12 /dev/urandom | shasum | cut -d' ' -f1)
333+
ACCESS_KEY=$(head -c 12 /dev/urandom | shasum | cut -d' ' -f1)
334334
```
335335
336336
* If you'd prefer to use an S3 Bucket hosted on AWS

0 commit comments

Comments
 (0)