Skip to content

Commit 87c62f1

Browse files
committed
A couple small tweaks to fix examples.
1 parent 2cc6bd9 commit 87c62f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/playbooks/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Variables for our app.
3-
app_version: 1.3.0
3+
app_version: 1.1.4
44
app_directory: /opt/demo-rails-app
55
app_user: www-data
66
app_secrets:

drupal/provisioning/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
chdir=/opt/drush
120120
creates=/opt/drush/vendor/autoload.php
121121
122-
- name: "Drush: Create drush bin symlink."
122+
- name: Create drush bin symlink.
123123
file:
124124
src: /opt/drush/drush
125125
dest: /usr/local/bin/drush

0 commit comments

Comments
 (0)