File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ if [ "$version_create_name" != "$VERSION_NAME" ]; then
97
97
exit 1
98
98
fi
99
99
echo " New version successfully created"
100
- echo $version_create | jq
100
+ echo $version_create | jq ' . '
101
101
102
102
# 4. Fetch migrator versions - will now contain version created above
103
103
@@ -155,7 +155,7 @@ if [ "$tenant_create_version_name" != "$VERSION_NAME" ]; then
155
155
exit 1
156
156
fi
157
157
echo " New tenant successfully created"
158
- echo $tenant_create | jq
158
+ echo $tenant_create | jq ' . '
159
159
160
160
# 6. Fetch tenants - will now contain tenant create above
161
161
@@ -176,4 +176,4 @@ echo "--------------------------------------------------------------------------
176
176
177
177
echo " All good!"
178
178
179
- cleanup
179
+ cleanup
You can’t perform that action at this time.
0 commit comments