Skip to content

Commit ef059ec

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: dir was incorrect
1 parent 017cd12 commit ef059ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"flavors": [
5050
{
51-
"label": "Fully Configurable",
51+
"label": "Fully configurable",
5252
"name": "fully-configurable",
5353
"working_directory": "solutions/fully-configurable",
5454
"iam_permissions": [

tests/scripts/pre-validation-deploy-ocp-instances.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
set -e
99

10-
DA_DIR="solutions/standard"
10+
DA_DIR="solutions/fully-configurable"
1111
TERRAFORM_SOURCE_DIR="tests/resources"
1212
JSON_FILE="${DA_DIR}/catalogValidationValues.json"
1313
REGION="us-south"

0 commit comments

Comments
 (0)