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
operations/crontab: fix replace containing newline, add test
This replace is triggered e.g. when replacing an (pre-)existing crontab
line without name to one maintained by pyinfra, this time with a
pyinfra-name.
The sed replace command contains a newline character that should stay as
a '\n' and not an actual newline, as sed does not support a multi-line
script.
0 commit comments