Skip to content
Snippets Groups Projects
Commit 2522b4eb authored by Robin Appelman's avatar Robin Appelman
Browse files

fix typo


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 5f28ec6c
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class SelfTest {
}
if (strpos($server, 'http://') === 0) {
$output->writeln("<comment>🗴 using unencrypted https for push server is strongly discouraged</comment>");
$output->writeln("<comment>🗴 using unencrypted http for push server is strongly discouraged</comment>");
} elseif (strpos($server, 'https://') !== 0) {
$output->writeln("<error>🗴 malformed server url</error>");
return self::ERROR_OTHER;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment