diff --git a/internal/resource/command_test.go b/internal/resource/command_test.go index 3d126a4..3ac36b5 100644 --- a/internal/resource/command_test.go +++ b/internal/resource/command_test.go @@ -23,7 +23,7 @@ func TestCommandLoad(t *testing.T) { decl := ` path: find args: -- {{ .Path }} +- "{{ .Path }}" ` assert.Nil(t, c.LoadDecl(decl))