Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure local run cmd is wrapped in sh -c
see https://github.com/Yelp/paasta/issues/124 - both chronos and marathon wrap the cmd exec'd inside sh -c. replicate this in paasta local run
- Loading branch information
4187bc7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will attempt to run
's', 'h', ' ', '-', 'c', ...
You probably want:
Or if command is an array: