Skip to content

Commit

Permalink
Re-update old config to pull ->domain instead of ->tld
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer authored Nov 14, 2018
1 parent a254b7f commit d2c2e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambo
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ BROWSER=""
if [[ -f ~/.config/valet/config.json ]]; then
TLD=$(php -r "echo json_decode(file_get_contents('$HOME/.config/valet/config.json'))->tld;")
else
TLD=$(php -r "echo json_decode(file_get_contents('$HOME/.valet/config.json'))->tld;")
TLD=$(php -r "echo json_decode(file_get_contents('$HOME/.valet/config.json'))->domain;")
fi
LINK=false

Expand Down

0 comments on commit d2c2e90

Please sign in to comment.