File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22645,10 +22645,9 @@ playground_connector_create_or_update_command() {
22645
22645
log "🔄 Updating $connector_type connector $connector"
22646
22646
fi
22647
22647
22648
+ echo "$json_content" > "/tmp/config-$connector"
22648
22649
if [ -z "$GITHUB_RUN_NUMBER" ]
22649
22650
then
22650
- echo "$json_content" > "/tmp/config-$connector"
22651
-
22652
22651
if [[ "$OSTYPE" == "darwin"* ]]
22653
22652
then
22654
22653
clipboard=$(playground config get clipboard)
Original file line number Diff line number Diff line change @@ -184,10 +184,9 @@ else
184
184
log " 🔄 Updating $connector_type connector $connector "
185
185
fi
186
186
187
+ echo " $json_content " > " /tmp/config-$connector "
187
188
if [ -z " $GITHUB_RUN_NUMBER " ]
188
189
then
189
- echo " $json_content " > " /tmp/config-$connector "
190
-
191
190
if [[ " $OSTYPE " == " darwin" * ]]
192
191
then
193
192
clipboard=$( playground config get clipboard)
You can’t perform that action at this time.
0 commit comments