Skip to content

Commit 7ad199b

Browse files
Ummonlpil
authored andcommitted
Wrap output string (80 columns).
1 parent 36e1f18 commit 7ad199b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-cli/src/export.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ pub(crate) fn erlang_shipment(paths: &ProjectPaths) -> Result<()> {
9696
"
9797
Your Erlang shipment has been generated to {out}.
9898
99-
It can be copied to a compatible server with Erlang installed and run with one of the following
100-
scripts:
99+
It can be copied to a compatible server with Erlang installed and run with
100+
one of the following scripts:
101101
- {ENTRYPOINT_FILENAME_POWERSHELL} (PowerShell script)
102102
- {ENTRYPOINT_FILENAME_POSIX_SHELL} (POSIX Shell script)
103103
",

0 commit comments

Comments
 (0)