Skip to content

Commit

Permalink
fix: typo in the HTTP port (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored Jun 5, 2024
1 parent 703cefc commit 53d9bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/host/xhgui
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ DDEV_XHGUI_HTTPS_PORT=8142
if [ ${DDEV_PRIMARY_URL%://*} = "https" ]; then
ddev launch $DDEV_PRIMARY_URL:$DDEV_XHGUI_HTTPS_PORT
else
ddev launch $DDEV_PRIMARY_URL::$DDEV_XHGUI_PORT
ddev launch $DDEV_PRIMARY_URL:$DDEV_XHGUI_PORT
fi

0 comments on commit 53d9bed

Please sign in to comment.