Skip to content

Commit f415d16

Browse files
committed
fix: variable type
1 parent b8c4a28 commit f415d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack_definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@
253253
{
254254
"name": "custom_app_repo_blind_connection",
255255
"required": false,
256-
"type": "boolean",
256+
"type": "string",
257257
"hidden": false,
258-
"default": false,
258+
"default": "false",
259259
"custom_config": {}
260260
},
261261
{

0 commit comments

Comments
 (0)