Skip to content

Commit

Permalink
Update dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Aug 7, 2024
1 parent b74da55 commit 146d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = {
const defaultPython = isWindows() ? "python" : "python3";

try {
const version = getInput("version", /^[\d.*]+$/, "*.*");
const version = getInput("version", /^[\d.*]+$/, "1.*");
const command = getInput("command", /^cfn-lint\s || null/, null);
const python = getInput("python", /^.+$/, defaultPython);
return { version, command, python };
Expand Down

0 comments on commit 146d904

Please sign in to comment.