Skip to content

Commit c467a03

Browse files
authored
Merge pull request #1029 from drbyte/patch-1
Fix issue with `valet share` on Hyper
2 parents 8c74df2 + 1a35871 commit c467a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
*/
7878
$app->command('tld [tld]', function ($tld = null) {
7979
if ($tld === null) {
80-
return info(Configuration::read()['tld']);
80+
return output(Configuration::read()['tld']);
8181
}
8282

8383
DnsMasq::updateTld(

0 commit comments

Comments
 (0)