Merge lp:~bolthole/charms/trusty/tomcat/trunk into lp:charms/trusty/tomcat

Proposed by Philip Brown
Status: Merged
Merged at revision: 16
Proposed branch: lp:~bolthole/charms/trusty/tomcat/trunk
Merge into: lp:charms/trusty/tomcat
Diff against target: 9 lines (+1/-1)
1 file modified
hooks/webapp-container-relation-joined (+1/-1)
To merge this branch: bzr merge lp:~bolthole/charms/trusty/tomcat/trunk
Reviewer Review Type Date Requested Status
Kevin W Monroe Approve
Review via email: mp+284213@code.launchpad.net

Description of the change

minor syntax err fix to hooks/webapp-container-relation-joined

To post a comment you must log in.
Revision history for this message
Kevin W Monroe (kwmonroe) wrote :

LGTM, merged

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/webapp-container-relation-joined'
2--- hooks/webapp-container-relation-joined 2016-01-27 21:59:55 +0000
3+++ hooks/webapp-container-relation-joined 2016-01-28 06:09:12 +0000
4@@ -3,4 +3,4 @@
5 set -ex
6
7 VERSION=`config-get tomcat_version`
8-relation-set webapp-path /var/lib/$VERSION/webapps
9+relation-set webapp-path=/var/lib/$VERSION/webapps

Subscribers

People subscribed via source and target branches

to all changes: