Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 55a3fb8

Browse files
authored
Fix ngrok parameter. (#622)
`valet share` was throwing the error `ERROR: unknown shorthand flag: 'o' in -ost-header=rewrite` when run.
1 parent 7aaa915 commit 55a3fb8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to valet-plus will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.4.1]
8+
### Fixed
9+
- [#621] Fixed ngrok script
10+
711
## [2.4.0](https://github.com/weprovide/valet-plus/compare/2.3.1...2.4.0)
812
### Fixed
913
- [#612] Fixed Bedrock driver

valet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ then
4949

5050
# Fetch Ngrok URL In Background...
5151
bash "$DIR/cli/scripts/fetch-share-url.sh" &
52-
sudo -u $(logname) "$DIR/bin/ngrok" http "$HOST.$DOMAIN:80" -host-header=rewrite ${*:2}
52+
sudo -u $(logname) "$DIR/bin/ngrok" http "$HOST.$DOMAIN:80" --host-header=rewrite ${*:2}
5353
exit
5454

5555
# Finally, for every other command we will just proxy into the PHP tool

0 commit comments

Comments
 (0)