Skip to content

Commit 41b6fe7

Browse files
ci: fix defaults catalog json default value (#853)
1 parent 64daa42 commit 41b6fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
},
181181
{
182182
"key": "external_access_ip",
183-
"default_value": "",
183+
"default_value": "__NULL__",
184184
"required": true
185185
},
186186
{

0 commit comments

Comments
 (0)