We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358a74b commit 4961c09Copy full SHA for 4961c09
.pre-commit-hooks.yaml
@@ -16,8 +16,8 @@
16
# This is necessary because Packer's plugin cache is not safe for concurrent access
17
# per https://github.com/hashicorp/terraform/issues/32915#issuecomment-1485061999. If
18
# this is not set to true then pre-commit itself will perform some level of
19
- # parallelizationm across the files to run this hook against. Since we only care about
+ # parallelization across the files to run this hook against. Since we only care about
20
# unique directory paths it should not impact performance and it will help prevent
21
# issues arising from concurrent attempts to perform `packer init` on a particular
22
- # directory gath.
+ # directory path.
23
require_serial: true
0 commit comments