Skip to content

Commit 0c52490

Browse files
committed
Remove stray quote
1 parent 0aaa0f1 commit 0c52490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ds-docs-deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
4646
rsync -avz -e "ssh -i key.pem -o UserKnownHostsFile=~/.ssh/known_hosts -o StrictHostKeyChecking=yes" \
4747
apps/design-system-docs/dist/ \
48-
"$SSH_USER@sftp.wp.com:~/htdocs/""
48+
"$SSH_USER@sftp.wp.com:~/htdocs/"
4949
5050
rm key.pem

0 commit comments

Comments
 (0)