Merge lp:~kissiel/checkbox/absolute-configs into lp:checkbox

Proposed by Maciej Kisielewski
Status: Merged
Approved by: Jeff Lane 
Approved revision: no longer in the source branch.
Merged at revision: 4332
Proposed branch: lp:~kissiel/checkbox/absolute-configs
Merge into: lp:checkbox
Diff against target: 15 lines (+2/-2)
1 file modified
checkbox-ng/docs/launcher-tutorial.rst (+2/-2)
To merge this branch: bzr merge lp:~kissiel/checkbox/absolute-configs
Reviewer Review Type Date Requested Status
Jeff Lane  Approve
Review via email: mp+293653@code.launchpad.net

Description of the change

This MR fixes a mistake in docs for checkbox-ng.

To post a comment you must log in.
Revision history for this message
Jeff Lane  (bladernr) wrote :

OK, the first MR I saw for this showed a conflict, looks like you fixed that already. Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-ng/docs/launcher-tutorial.rst'
2--- checkbox-ng/docs/launcher-tutorial.rst 2016-04-29 06:03:09 +0000
3+++ checkbox-ng/docs/launcher-tutorial.rst 2016-05-03 17:10:58 +0000
4@@ -43,10 +43,10 @@
5 Example::
6
7 [config]
8- $MYCONFIGS/testing.conf
9+ config_filename = $MYCONFIGS/testing.conf
10
11 [config]
12- /home/ubuntu/next-testing.conf
13+ config_filename = /home/ubuntu/next-testing.conf
14
15 For more details about value resolution order see :doc:`configs</configs>`
16

Subscribers

People subscribed via source and target branches