mirror of
https://github.com/strongdm/comply
synced 2024-11-22 15:44:55 +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 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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user