kputnam / piggly

PL/pgSQL stored procedure code coverage tool
Other
69 stars 14 forks source link

incorrect comment #9

Closed lcoldiron closed 13 years ago

lcoldiron commented 13 years ago

piggly/example/run-specs and piggly/example/run-tests has the following comment.

echo "OK, view $EXAMPLE/piggly/reports/index.html"

reports should not be plural. change to

echo "OK, view $EXAMPLE/piggly/report/index.html"