beydogan / dokku-man

Web interface to manage your dokku servers - HEAVY WIP
Apache License 2.0
28 stars 3 forks source link

Fix syntax error in Servers::SyncJob while calling Server.log! #14

Open dhiachou opened 6 years ago

dhiachou commented 6 years ago

Server.log! takes a hash as the third parameter while it was given a string.

Fixes Issue #13