Skip to content

Commit 32a7eb6

Browse files
committed
conditional-installer: Fixed WARNING for module input
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'
1 parent 54363bc commit 32a7eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfbs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
],
5858
"steps": [
5959
"copy main.cf services/cfbs/modules/conditional-installer/main.cf",
60-
"input conditional-installer/input.json def.json",
60+
"input ./input.json def.json",
6161
"bundles conditional_installer:main",
6262
"policy_files services/cfbs/modules/conditional-installer/main.cf"
6363
]

0 commit comments

Comments
 (0)