modmore / Gitify

Command line toolkit to make managing a MODX site in git a lot easier.
MIT License
122 stars 55 forks source link

Getting YAML error on server but on local #372

Closed ysanmiguel closed 3 years ago

ysanmiguel commented 3 years ago

I'm running a build on a hosting and it's giving this error:

Symfony\Component\Yaml\Exception\ParseException]
  Malformed inline YAML string

The weird thing is that local server is not giving any trouble, any idea how to solve this? Thanks!

Mark-H commented 3 years ago

That suggests a yaml file isn't valid - same files on both environments shouldn't have any difference in that.

I think you'll have to find out what file it is and figure out why it's invalid...

ysanmiguel commented 3 years ago

@Mark-H hello mate, thanks for you r answer, not idea what was the error but we make it work at the end, thanks for your help mate, cheers!