fix yaml syntax error
All checks were successful
Lint / golangci-lint (push) Successful in 10m9s
Declarative Tests / test (push) Successful in 1m23s

This commit is contained in:
Matthew Rich 2024-04-05 13:21:36 -07:00
parent e77e7b664a
commit dc843d98a7

View File

@ -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))