Skip to content

Commit 55ed32f

Browse files
authored
Merge pull request #109718 from fonsecamar/patch-1
Update configure-hybrid-cluster.md
2 parents b74bf3c + 8600223 commit 55ed32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/managed-instance-apache-cassandra/configure-hybrid-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This quickstart demonstrates how to use the Azure CLI commands to configure a hy
121121
> filename="cert$num.pem"
122122
> cert=$(jq '.pem' <<< $item)
123123
> echo -e $cert >> $filename
124-
> sed -e '1d' -e '$d' -i $filename
124+
> sed -e 's/^"//' -e 's/"$//' -i $filename
125125
> done
126126
> ```
127127

0 commit comments

Comments
 (0)