Skip to content

Commit

Permalink
Update .gitpod/drupal/drupalpod-setup/drupal_setup_core.sh
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
shaal and coderabbitai[bot] authored Dec 22, 2023
1 parent 6dcf4f9 commit f794d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod/drupal/drupalpod-setup/drupal_setup_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ ! -L "$GITPOD_REPO_ROOT"/repos/drupal/sites/simpletest ]; then
fi

# Get the major version of 'drush/drush'
drush_major_version=$(composer show drush/drush --no-ansi | awk '/versions/ {print $NF}') | cut -d '.' -f1
drush_major_version=$(composer show drush/drush --no-ansi | awk '/versions/ {print $NF}' | cut -d '.' -f1)

drush_command_dir="$GITPOD_REPO_ROOT/drush/Commands/core_development"
mkdir -p "$drush_command_dir"
Expand Down

0 comments on commit f794d1a

Please sign in to comment.