diff --git a/src/main/python/ddadevops/devops_terraform_build.py b/src/main/python/ddadevops/devops_terraform_build.py index 0cf8c28..f9ca3b6 100644 --- a/src/main/python/ddadevops/devops_terraform_build.py +++ b/src/main/python/ddadevops/devops_terraform_build.py @@ -190,5 +190,5 @@ class DevopsTerraformBuild(DevopsBuild): def print_terraform_command(self, tf): if self.debug_print_terraform_command: - output = 'cd ' + self.build_path() + ' && ' + tf.latest_cmd + output = 'cd ' + self.build_path() + ' && ' + tf.latest_cmd() print(output)