Skip to content

Commit a0d68a2

Browse files
authored
Merge pull request #83 from nickanderson/ENT-10745/master
ENT-10745: Fixed conditional-installer input spec & warning
2 parents 26e0151 + 42f5d04 commit a0d68a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfbs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"label": "Install",
3434
"subtype": [
3535
{
36-
"key": "name",
36+
"key": "packages",
3737
"type": "string",
3838
"label": "Package(s)",
3939
"question": "Package(s) to install"
@@ -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)