Fix Typo in print_terraform_command
This commit is contained in:
parent
20ae3e3b2c
commit
7860b5bf02
1 changed files with 1 additions and 1 deletions
|
@ -190,5 +190,5 @@ class DevopsTerraformBuild(DevopsBuild):
|
||||||
|
|
||||||
def print_terraform_command(self, tf):
|
def print_terraform_command(self, tf):
|
||||||
if self.debug_print_terraform_command:
|
if self.debug_print_terraform_command:
|
||||||
output = 'cd ' + self.build_path() + ' && ' + tf.latest_cmd
|
output = 'cd ' + self.build_path() + ' && ' + tf.latest_cmd()
|
||||||
print(output)
|
print(output)
|
||||||
|
|
Loading…
Reference in a new issue