Skip to content

Commit 51c3547

Browse files
committed
Escape quotes in 'Download Terraform' build step definition
1 parent ba5978c commit 51c3547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/.teamcity/components/builds/build_steps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fun BuildSteps.downloadTerraformBinary() {
6666
step(ScriptBuildStep {
6767
name = "Download Terraform (version set by environment variable TERRAFORM_CORE_VERSION)"
6868
scriptContent = """
69-
echo "Downloading Terraform version %env.TERRAFORM_CORE_VERSION%"
69+
echo \"Downloading Terraform version %env.TERRAFORM_CORE_VERSION%\"
7070
#!/bin/bash
7171
mkdir -p tools
7272
wget -O tf.zip %s

0 commit comments

Comments
 (0)