mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
config override should cause image to be pulled
This commit is contained in:
parent
4d830789ec
commit
2d5e6b48cb
@ -114,7 +114,7 @@ func pandocMustExist(c *cli.Context) error {
|
||||
}
|
||||
|
||||
// if we don't have pandoc, but we do have docker, execute a pull
|
||||
if pandocExistErr != nil && dockerExistErr == nil {
|
||||
if (pandocExistErr != nil && dockerExistErr == nil) || config.WhichPandoc() == config.UseDocker {
|
||||
dockerPull(c)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user