fix yaml syntax error
This commit is contained in:
parent
e77e7b664a
commit
dc843d98a7
@ -23,7 +23,7 @@ func TestCommandLoad(t *testing.T) {
|
|||||||
decl := `
|
decl := `
|
||||||
path: find
|
path: find
|
||||||
args:
|
args:
|
||||||
- {{ .Path }}
|
- "{{ .Path }}"
|
||||||
`
|
`
|
||||||
|
|
||||||
assert.Nil(t, c.LoadDecl(decl))
|
assert.Nil(t, c.LoadDecl(decl))
|
||||||
|
Loading…
Reference in New Issue
Block a user