You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are building a deployment tool that is using mina under the hood. We store the certificates in the db, so it is convieniant for us to interpolate the ruby variable in the echo statement like that.
Hi,
so here's the issue I want to
echo
a ssl certificate to a file as a part of my deployment:The file ends up having the newlines plus 2 spaces.
So instead of:
I have:
I assume that is because of the indentation done here.
It seems ridicilous that
echo
ing a string with the newline characters is not possible. What am I doing wrong?The text was updated successfully, but these errors were encountered: