Skip to content

Commit

Permalink
Moved CE_DEV_BIN to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed May 24, 2024
1 parent fcb1de3 commit a26bf02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ parse_options(){
PROJECTS="blank drupal10"
PUSH="no"
TEMPLATE="ce-dev.compose.yml"
CE_DEV_BIN="$OWN_DIR/bin/run.js"

# Common processing.
OWN_DIR=$(dirname "$0")
Expand All @@ -46,6 +45,8 @@ WORK_DIR=$(mktemp -d)
# Parse options.
parse_options "$@"

CE_DEV_BIN="$OWN_DIR/bin/run.js"

# Create a project.
# @param $1
# Project name.
Expand Down

0 comments on commit a26bf02

Please sign in to comment.