thefrontside / simulacrum

A simulation platform for use during testing, during development and for high-fidelity application previews
91 stars 14 forks source link

don't use && as it is parsed as arg in covector #153

Closed jbolda closed 3 years ago

jbolda commented 3 years ago

Motivation

Publishing is still failing in #152.

Approach

Shellwords upstream in effection v1 parses the && as an arg and doesn't process it as expected. Specifying it as an array has the same effect and avoids this issue.