Skip to content

Commit

Permalink
Merge pull request #203 from jakub-nt/ENT-12105
Browse files Browse the repository at this point in the history
ENT-12105: `delete` build steps with valid argument count no longer fail validation
  • Loading branch information
olehermanse authored Aug 14, 2024
2 parents 0bbae5d + e2149a9 commit 7c40f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
AVAILABLE_BUILD_STEPS = {
"copy": 2,
"run": "1+",
"delete": 2,
"delete": "1+",
"json": 2,
"append": 2,
"directory": 2,
Expand Down

0 comments on commit 7c40f7f

Please sign in to comment.