Skip to content

Commit

Permalink
Fix additional space
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Oct 23, 2017
1 parent 1d336ee commit 2e33ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL_CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This will generate a Docker image for a Node.js function using the code in `/sam
```
$ faas-cli build \
--image=alexellis2/node_info \
--lang= node \
--lang=node \
--name=node_info \
--handler=./sample/node_info
Expand Down

0 comments on commit 2e33ae6

Please sign in to comment.