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