Skip to content

Commit ddf09c1

Browse files
committed
fix
1 parent 3a3edc0 commit ddf09c1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scripts/cli/playground

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22645,10 +22645,9 @@ playground_connector_create_or_update_command() {
2264522645
log "🔄 Updating $connector_type connector $connector"
2264622646
fi
2264722647

22648+
echo "$json_content" > "/tmp/config-$connector"
2264822649
if [ -z "$GITHUB_RUN_NUMBER" ]
2264922650
then
22650-
echo "$json_content" > "/tmp/config-$connector"
22651-
2265222651
if [[ "$OSTYPE" == "darwin"* ]]
2265322652
then
2265422653
clipboard=$(playground config get clipboard)

scripts/cli/src/commands/connector/create-or-update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,9 @@ else
184184
log "🔄 Updating $connector_type connector $connector"
185185
fi
186186

187+
echo "$json_content" > "/tmp/config-$connector"
187188
if [ -z "$GITHUB_RUN_NUMBER" ]
188189
then
189-
echo "$json_content" > "/tmp/config-$connector"
190-
191190
if [[ "$OSTYPE" == "darwin"* ]]
192191
then
193192
clipboard=$(playground config get clipboard)

0 commit comments

Comments
 (0)