Skip to content

Commit

Permalink
chore(#533): update gitpod scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 25, 2022
1 parent 524b325 commit 2bb3b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod/scripts/drupal-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

set -eu -o pipefail

DRUPAL_DIR="${GITPOD_REPO_ROOT}/examples/drupal/drupal-9"
DRUPAL_DIR="${GITPOD_REPO_ROOT}/docs/drupal"

# Set up Drupal website
cd "$DRUPAL_DIR" && ddev start -y
Expand Down

0 comments on commit 2bb3b79

Please sign in to comment.