Skip to content

Commit 13f03f3

Browse files
committed
Fix extra - in apt option
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 763520a commit 13f03f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install_required_packages() {
3636
# other distros. Hence, adding only to this block.
3737
# reference: https://github.com/openfaas/faasd/pull/237
3838
apt-get update -yq && \
39-
apt-get install -yq ---no-install-recommends \
39+
apt-get install -yq --no-install-recommends \
4040
curl \
4141
runc \
4242
bridge-utils \

0 commit comments

Comments
 (0)