Merge lp:~thomas-voss/location-service/fix-up-command-line-snap into lp:location-service

Proposed by Thomas Voß
Status: Merged
Approved by: Thomas Voß
Approved revision: 271
Merged at revision: 271
Proposed branch: lp:~thomas-voss/location-service/fix-up-command-line-snap
Merge into: lp:location-service
Diff against target: 22 lines (+4/-4)
1 file modified
snapcraft.yaml (+4/-4)
To merge this branch: bzr merge lp:~thomas-voss/location-service/fix-up-command-line-snap
Reviewer Review Type Date Requested Status
Thomas Voß Pending
Review via email: mp+304298@code.launchpad.net

Commit message

Fix up command lines.

Description of the change

Fix up command lines.

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 'snapcraft.yaml'
2--- snapcraft.yaml 2016-08-28 20:08:05 +0000
3+++ snapcraft.yaml 2016-08-29 20:01:19 +0000
4@@ -13,14 +13,14 @@
5 apps:
6 run:
7 daemon: simple
8- command: bin/locationd run --bus system
9+ command: bin/locationd run --bus=system
10 slots: [service, cli]
11 plugs: [network-manager]
12- cli:
13- command: bin/locationd status --bus system
14+ status:
15+ command: bin/locationd status --bus=system
16 plugs: [cli]
17 monitor:
18- command: bin/locationd monitor --bus system
19+ command: bin/locationd monitor --bus=system
20 plugs: [client]
21
22 slots:

Subscribers

People subscribed via source and target branches

to all changes: