Skip to content

Commit

Permalink
FIX: Full installation of cfn-lint package
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Aug 19, 2024
1 parent 80dff4e commit bb777af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/installCLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
"pip",
"install",
"--upgrade",
`cfn-lint==${version}`,
`cfn-lint[full]==${version}`,
]);

// Symlink from separate directory so only CFN LINT CLI is added to PATH
Expand Down

0 comments on commit bb777af

Please sign in to comment.