-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51594/
-----------------------------------------------------------
Review request for mesos and Michael Park.
Bugs: MESOS-4907
https://issues.apache.org/jira/browse/MESOS-4907
Repository: mesos
Description
-------
This was intended to be formatted as code in markdown style, instead
it was interpreted as a command to run. Use single quotes to prevent
interpretion of the string.
Diffs
-----
support/mesos-tidy.sh 16d436381f4c3fdd716903e92e0e395de4335238
Diff: https://reviews.apache.org/r/51594/diff/
Testing
-------
With an uncommitted change in the source tree,
* before:
./support/mesos-tidy.sh: line 33: mesos-tidy: command not found
Please commit or stash any changes before running .
* after:
Please commit or stash any changes before running `mesos-tidy`.
Thanks,
Benjamin Bannier