Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit e8e47cc

Browse files
author
Oliver Davies
committed
Moved the scripts text into the correct position in the list
1 parent 71003ea commit e8e47cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ read the readme inside the specific directory.
2626
* This directory is just used to export test results to. A good example of this
2727
is when running drush test-run with the --xml option. You can export the xml
2828
to this directory for parsing by external tools.
29+
* [scripts](https://github.com/Lullabot/drupal-boilerplate/tree/master/scripts)
30+
* A directory for project-specific scripts.
2931
* [test](https://github.com/Lullabot/drupal-boilerplate/tree/master/test)
3032
* A directory for external tests. This is great for non drupal specific tests
3133
such as selenium, qunit, casperjs.
32-
* [scripts](https://github.com/Lullabot/drupal-boilerplate/tree/master/scripts)
33-
* A directory for project-specific scripts.
3434
* [.gitignore](https://github.com/Lullabot/drupal-boilerplate/blob/master/.gitignore)
3535
* Contains the a list of the most common excluded files.
3636

0 commit comments

Comments
 (0)