Skip to content

Commit

Permalink
fix: unterminated quote string
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdevpereira committed Oct 8, 2022
1 parent d6e3d59 commit 1ccc7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloudflare.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Cloudflare {
}

publish(commitSha) {
execSync(`npx wrangler@2 pages publish "${COVERAGE_OUTPUT_FOLDER}" --project-name="${this.projectName}" --branch="${commitSha}`, {
execSync(`npx wrangler@2 pages publish "${COVERAGE_OUTPUT_FOLDER}" --project-name="${this.projectName}" --branch="${commitSha}"`, {
env: {
CLOUDFLARE_API_TOKEN: this.apiToken,
CLOUDFLARE_ACCOUNT_ID: this.accountId
Expand Down

0 comments on commit 1ccc7e5

Please sign in to comment.