Skip to content

Commit

Permalink
conditional-installer: Fixed WARNING for module input
Browse files Browse the repository at this point in the history
This change fixes a warning about using a deprecated build step for input.

  WARNING: Deprecated 'input' build step behavior - it should be: 'input ./input.json def.json'
  • Loading branch information
nickanderson committed Oct 16, 2023
1 parent b9ea6ac commit a8e3d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"subdirectory": "security/conditional-installer",
"steps": [
"copy main.cf services/cfbs/modules/conditional-installer/main.cf",
"input conditional-installer/input.json def.json",
"input ./input.json def.json",
"bundles conditional_installer:main",
"policy_files services/cfbs/modules/conditional-installer/main.cf"
],
Expand Down

0 comments on commit a8e3d14

Please sign in to comment.