Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 29, 2024
1 parent 0b3a4da commit 65a7877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ RUN sudo mkdir -p /gnu \
&& curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | bash \
&& metacall /test/script.js | grep '123456' \
&& metacall deploy --version | grep -e '^v.*\..*\..*' \
&& metacall faas --version | grep -e '^v.*\..*\..*' \ \
&& metacall faas --version | grep -e '^v.*\..*\..*' \
&& printf "load mock test.mock\ninspect\nexit" \
| metacall \
| grep -e 'function three_str(a_str, b_str, c_str)' \
Expand Down

0 comments on commit 65a7877

Please sign in to comment.