Skip to content

Commit 14e48cd

Browse files
committed
Fix typo
Thanks to @gregbenner for spotting this. Closes: #235 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 14dc2fd commit 14e48cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cli/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ If you need to use pip modules that require compilation then you should try the
273273
$ faas-cli template pull https://github.com/openfaas-incubator/python3-debian
274274
$ faas-cli new numpy-function --lang python3-debian
275275
$ echo "numpy" > ./numpy-function/requirements.txt
276-
$ faas-build -f ./numpy-function.yml
276+
$ faas-cli build -f ./numpy-function.yml
277277
...
278278
279279
Step 11/17 : RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)