mirror of
https://github.com/strongdm/comply
synced 2025-12-06 06:14:09 +00:00
config override should cause image to be pulled
This commit is contained in:
@@ -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 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)
|
dockerPull(c)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user