Skip to content

Commit a3dd1b5

Browse files
committed
examples: faasd: fix sh: 5: set: Illegal option -o pipefail
Signed-off-by: Akihiro Suda <[email protected]>
1 parent e598f53 commit a3dd1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/faasd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ provision:
4545
- mode: system
4646
script: |
4747
#!/bin/sh
48-
curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | sh -s -
48+
curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | bash -s -
4949
5050
probes:
5151
- script: |

0 commit comments

Comments
 (0)