diff --git a/acm.py b/acm.py index c1363ec..7662e36 100755 --- a/acm.py +++ b/acm.py @@ -602,8 +602,8 @@ def compress_assets(ctx, profile, content, destination, print_input_and_identity os.makedirs(output_file_dir, exist_ok=True) command: str = content_configuration['command'] \ - .replace('{{input_file}}', f'\'{input_file}\'') \ - .replace('{{output_file}}', f'\'{output_file}\'') + .replace('{input_file}', f'\'{input_file}\'') \ + .replace('{output_file}', f'\'{output_file}\'') tasks.append( run_command_shell(