preaction / Statocles

Static website CMS
http://preaction.me/statocles
Other
84 stars 33 forks source link

Fix Git->deploy(--clean) broken sprintf #467

Closed kentfredric closed 8 years ago

kentfredric commented 8 years ago

Was previously calling:

sprintf FORMAT, VALUE

But format had no %, yielding the dreaded "extra arguments" warning and the log output missing the intended branch.

preaction commented 8 years ago

It is real annoying that coveralls treats no change in coverage as a failure...