Merge lp:~george-edison55/charms/precise/discourse/trunk into lp:~marcoceppi/charms/precise/discourse/trunk

Proposed by Nathan Osman
Status: Merged
Merged at revision: 69
Proposed branch: lp:~george-edison55/charms/precise/discourse/trunk
Merge into: lp:~marcoceppi/charms/precise/discourse/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/install (+1/-1)
To merge this branch: bzr merge lp:~george-edison55/charms/precise/discourse/trunk
Reviewer Review Type Date Requested Status
Marco Ceppi Pending
Review via email: mp+166985@code.launchpad.net

Description of the change

The spelling of "discourse" is incorrect in hooks/install:113, which could cause undesired behavior since the file will not be removed as expected.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install'
2--- hooks/install 2013-05-30 01:56:08 +0000
3+++ hooks/install 2013-06-03 02:08:30 +0000
4@@ -110,7 +110,7 @@
5
6 if [ -f "/etc/init/discoruse.conf" ]; then
7 juju-log "Replacing old discourse upstart"
8- rm -f /etc/init/discoruse.conf
9+ rm -f /etc/init/discourse.conf
10 fi
11
12 . $CHARM_DIR/lib/file.bash

Subscribers

People subscribed via source and target branches

to all changes: