~mvo/snapcraft-hello/trunk

« back to all changes in this revision

Viewing changes to hello-beta/snapcraft.yaml

  • Committer: GitHub
  • Author(s): Michael Vogt
  • Date: 2016-06-14 14:58:25 UTC
  • mfrom: (16.1.1)
  • Revision ID: git-v1:76e0729d28297adb70c0a9c5f14617836ec35947
Merge pull request #1 from mvo5/master

fix quotes

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
apps:
9
9
  hello:
10
 
    command: hello -g "Hello, snap padawan!"
 
10
    command: hello -g \"Hello, snap padawan!\"
11
11
 
12
12
parts:
13
13
  gnu-hello: