Skip to content

Commit 6c3923e

Browse files
committed
missing quote fix
1 parent 74ba08d commit 6c3923e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
echo $ipAddress
5656
echo $ipPort
57-
echo "connectionString = "$ipAddress:$ipPort?network=external" >> $GITHUB_ENV
57+
echo "connectionString = $ipAddress:$ipPort?network=external" >> $GITHUB_ENV
5858
- name: fix connection string
5959
run: |
6060
awk -i inplace '{sub(/127.0.0.1/,$connectionString); print }' src/main/java/org/couchbase/quickstart/configs/ConfigDb.java

0 commit comments

Comments
 (0)