chore: fix typo (#2289)
This commit is contained in:
parent
61312a95ae
commit
403e627321
|
|
@ -777,7 +777,7 @@ and
|
||||||
This flag allows you to pass in ARG values at build time, similarly to Docker.
|
This flag allows you to pass in ARG values at build time, similarly to Docker.
|
||||||
You can set it multiple times for multiple arguments.
|
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
|
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
|
this by adding `export IFS=''` before your executor call. See the following
|
||||||
example
|
example
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue