Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echo command crashes with non-string args #981

Closed
vanstee opened this issue Sep 25, 2016 · 0 comments · Fixed by #994
Closed

Echo command crashes with non-string args #981

vanstee opened this issue Sep 25, 2016 · 0 comments · Fixed by #994
Assignees
Labels
Milestone

Comments

@vanstee
Copy link
Member

vanstee commented Sep 25, 2016

seed '{ "this" : { "that" : "and" }, "the" : "other" }' | echo $this fails since we're expecting args to always be strings and not json. Let's correctly serialize json args for now. Also before making this as done double check that the commands on the trigger docs page still work as expected after the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants