Merge lp:~ricardokirkner/charms/trusty/logstash/logstash2-fix-typo into lp:~canonical-is-sa/charms/trusty/logstash/logstash2

Proposed by Ricardo Kirkner
Status: Merged
Approved by: Alexandre Gomes
Approved revision: 70
Merged at revision: 70
Proposed branch: lp:~ricardokirkner/charms/trusty/logstash/logstash2-fix-typo
Merge into: lp:~canonical-is-sa/charms/trusty/logstash/logstash2
Diff against target: 10 lines (+1/-1)
1 file modified
hooks/config-changed (+1/-1)
To merge this branch: bzr merge lp:~ricardokirkner/charms/trusty/logstash/logstash2-fix-typo
Reviewer Review Type Date Requested Status
Alexandre Gomes Approve
Review via email: mp+336384@code.launchpad.net

Commit message

fixed typo

To post a comment you must log in.
Revision history for this message
Alexandre Gomes (alejdg) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/config-changed'
2--- hooks/config-changed 2018-01-19 16:20:11 +0000
3+++ hooks/config-changed 2018-01-19 19:03:34 +0000
4@@ -194,7 +194,7 @@
5 """Uninstall plugin by name."""
6 # make sure to specify a fake proxy to avoid the uninstall process
7 # try to reach out to https://rubygems.org to fetch specs
8- env = dict(os.environ, http_proxy="http://localhost:3128"env)
9+ env = dict(os.environ, http_proxy="http://localhost:3128")
10 subprocess.call([PLUGIN_CMD, "uninstall", name], env=env)
11
12

Subscribers

People subscribed via source and target branches