Skip to content

Commit f531b86

Browse files
committed
move codespace port to shared script
1 parent 236d398 commit f531b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local/etc/uceap.d/devcontainer_post_create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function devcontainer_post_create() {
2323
export HTTP_PROTOCOL
2424
build/templater.sh /usr/local/share/drush/example.drush.yml > drush/drush.yml
2525

26-
# set ports to be publicly accessible
26+
# set httpd port to be publicly accessible
2727
if [[ -n "$CODESPACE_NAME" ]]; then
2828
gh codespace ports visibility 8080:public -c $CODESPACE_NAME
2929
fi

0 commit comments

Comments
 (0)