phpList / rest-api

This module is the REST API for phpList, powered by phpList 4
https://www.phplist.com/
GNU Affero General Public License v3.0
22 stars 12 forks source link

[BUGFIX] Fix SQL GRANT syntax in .travis.yml #52

Closed oliverklee closed 7 years ago

oliverklee commented 7 years ago

There was a double set of single quotes for the host name, and the user name was not quoted at all.

oliverklee commented 7 years ago

This does not fix the build failure, but still is the right thing to do.