Skip to content

Commit 6c437b8

Browse files
authored
fix: show correct port on running ddev browsersync (#74)
1 parent 60f1e37 commit 6c437b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/web/browsersync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
## Example: "ddev browsersync"
77
## ExecRaw: true
88

9-
echo "Proxying browsersync on ${DDEV_PRIMARY_URL}:3000"
9+
echo "Proxying Browsersync on $(echo ${DDEV_PRIMARY_URL} | sed -E 's/:[0-9]+//'):3000"
1010
browser-sync start -c /var/www/html/.ddev/browser-sync.cjs | grep -v "Access URLs\|--------------------\|Local: http\|External: http"

0 commit comments

Comments
 (0)