diff --git a/src/AutoMerge/guidelines.jl b/src/AutoMerge/guidelines.jl index c7dda044..3eb24efe 100644 --- a/src/AutoMerge/guidelines.jl +++ b/src/AutoMerge/guidelines.jl @@ -1049,11 +1049,11 @@ function _run_pkg_commands( pushfirst!(cmd.exec, xvfb) end @info(before_message) - @info(string( - "IMPORTANT: If you see any messages of the form \"Error: Some registries failed to update\"", - "or \"registry dirty\", ", - "please disregard those messages. Those messages are normal and do not indicate an error.", - )) + @info(""" + IMPORTANT: If you see any messages of the form "Error: Some registries failed to update" + or "registry dirty" + please disregard those messages. Those messages are normal and do not indicate an error. + """) cmd_ran_successfully = success(pipeline(cmd; stdout=stdout, stderr=stderr)) cd(original_directory)