Skip to content

Commit

Permalink
chore: fix typo (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
zooneon authored Oct 23, 2022
1 parent 61312a9 commit 403e627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ and
This flag allows you to pass in ARG values at build time, similarly to Docker.
You can set it multiple times for multiple arguments.

Note that passing values that contain spaces is not natively suppored - you need
Note that passing values that contain spaces is not natively supported - you need
to ensure that the IFS is set to null before your executor command. You can set
this by adding `export IFS=''` before your executor call. See the following
example
Expand Down

0 comments on commit 403e627

Please sign in to comment.