confluent-docker-utils
confluent-docker-utils copied to clipboard
`dub template` command does not work with relative source paths
Passing a relative path as a source to dub template breaks, since the path is not made absolute before passing it to the Jinja template loader, which is only configured with the root (/) in it's search path. The path should be made absolute before use, or the current directory should be added to the search path.