tanzu-factory / tap-jumpstart

MIT License
4 stars 0 forks source link

start.bat fails to execute when space in path #10

Closed alinahid477 closed 1 year ago

alinahid477 commented 1 year ago

When there is space in path for the %current_dir% it fails to run docker container.

FIX: by enclosing it in double quote eg:"%current_dir%" the space in path is catered for.

Same could be happening for linux / osX too. (start.sh ${PWD}).

alinahid477 commented 1 year ago

applied fix. done. release: 2.0.08242023