Fix Typo in print_terraform_command

merge-requests/1/merge
niels.knacke+quietschenetchen@neuland-bfi.de 3 years ago
parent 20ae3e3b2c
commit 7860b5bf02

@ -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)

Loading…
Cancel
Save