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
Che Task which contains a command with single-quotes doesn't work properly. It fails with a syntax error.
Reproduction Steps
Run task from command:
{ dev_server=$(pgrep -f disable-host-check)&&kill$(echo $dev_server| tr '\n''')&&echo"Webpack dev server's processes are killed"; } ||echo"Webpack dev server is not running"
The text was updated successfully, but these errors were encountered:
Description
Che Task which contains a command with single-quotes doesn't work properly. It fails with a syntax error.
Reproduction Steps
Run task from command:
The text was updated successfully, but these errors were encountered: