Skip to content

Commit 35c62b6

Browse files
authored
Update valet
1 parent 2491f80 commit 35c62b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

valet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ then
7878
# Fetch Ngrok URL In Background...
7979
bash "$DIR/cli/scripts/fetch-share-url.sh" "$HOST" &
8080

81-
arch = $(uname -m)
81+
ARCH=$(uname -m)
8282

83-
if [[ $arch == 'arm64' ]]; then
83+
if [[ $ARCH == 'arm64' ]]; then
8484
sudo -u "$USER" "$DIR/bin/ngrok-arm" http "$HOST.$TLD:$PORT" -host-header=rewrite $PARAMS
8585
else
8686
sudo -u "$USER" "$DIR/bin/ngrok" http "$HOST.$TLD:$PORT" -host-header=rewrite $PARAMS

0 commit comments

Comments
 (0)