You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) <[email protected]>