Fix format

This commit is contained in:
Craig Everett 2019-12-21 17:08:08 +09:00
parent 784b087952
commit cb91f268d7

View File

@ -1383,7 +1383,7 @@ create_check(P = #project{id = PackageID}) ->
"~nHmmm...~n" "~nHmmm...~n"
"zx_daemon wasn't able to find out (network problem?) whether this " "zx_daemon wasn't able to find out (network problem?) whether this "
"package already exists.~n" "package already exists.~n"
"What do?~", "What do?",
ok = io:format(Message), ok = io:format(Message),
Options = [{"Continue anyway.", 1}, Options = [{"Continue anyway.", 1},
{"Check again.", 2}, {"Check again.", 2},