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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user