Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 6246738

Browse files
authored
Update local-development.md
1 parent 06cb554 commit 6246738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme/local-development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In order to use a custom version of Drush (required by BLT) with Dev Desktop, yo
6767
1. Add the following lines to `~/.bash_profile`:
6868

6969
export PATH="/Applications/DevDesktop/mysql/bin:$PATH"
70-
export DEVDESKTOP_DRUPAL_SETTINGS_DIR="~/.acquia/DevDesktop/DrupalSettings"
70+
export DEVDESKTOP_DRUPAL_SETTINGS_DIR="$HOME/.acquia/DevDesktop/DrupalSettings"
7171

7272
1. Ensure that Dev Desktop's PHP binary is being used on the CLI. You can check this via `which php`.
7373
1. Enable the usage of environmental variables by adding the following line to `php.ini`, which you can locate with `php --ini`:

0 commit comments

Comments
 (0)