Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit c5b6f82

Browse files
committed
Update
1 parent fc1ed73 commit c5b6f82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
1414
TMP="$(mktemp -d)" \
1515
&& git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
1616
&& cd "${TMP}" \
17-
&& git checkout 1.0.2 \
17+
&& git checkout 1.0.3 \
1818
&& sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
19-
&& sudo chmod +x /usr/local/bin/drupal-compose
19+
&& sudo chmod +x /usr/local/bin/drupal-compose \
2020
&& cd -
2121

2222
## License

drupal-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKING_DIR="$(pwd)"
44

55
help() {
66
cat << EOF
7-
Version: 1.0.2
7+
Version: 1.0.3
88
99
Usage: drupal-compose
1010

0 commit comments

Comments
 (0)