1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Remove extra message text from tld command output, for valet share cmd

The `valet share` command relies on the `tld` command outputting only the TLD and not a status message.
This removes the status message that was added with the recent tld update.
This commit is contained in:
Chris Brown
2018-09-13 20:22:11 -04:00
parent 7eb1aec410
commit 16c58aa9da
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
}
if ($tld === null) {
return info('Valet is configured to serve for TLD: .'.Configuration::read()['tld']);
return info(Configuration::read()['tld']);
}
DnsMasq::updateTld(