Skip to content

Allow for spaces in command

Compare
Choose a tag to compare
@alexellis alexellis released this 29 Sep 10:37
· 2 commits to master since this release
Prior to this change, Windows users who had a space in the
path to a command would encounter errors.

Tested with a unit test which failed before commenting out
code in exec.go to split out the command and arguments if
a space was within the command.

This is a breaking change and downstream users should make
sure they populate Command and Args separately.

https://github.com/alexellis/arkade/issues/117

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>