Skip to content

Commit

Permalink
Fix snippets for Tekton Task redhat-developer#229
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Apr 1, 2020
1 parent 1df9bf5 commit 3366a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/tektoncd.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
" command: ",
" - ${7:/bin/bash}",
" args: ",
" - ${8:'-c', 'echo hello world'}]"
" - [${8:'-c', 'echo hello world'}]"
],
"description": "Create a Tekton Task Resource"
},
Expand Down

0 comments on commit 3366a15

Please sign in to comment.