We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
formula/
1 parent 77d4587 commit 426e55cCopy full SHA for 426e55c
ssf/config/formulas.sls
@@ -53,7 +53,7 @@ prepare-git-branch-for-{{ formula }}:
53
{#- Replace 'formula/' with the actual name of the formula #}
54
{%- set dest_file = '{0}/{1}'.format(
55
semrel_file_specs.alt_semrel_formula | d(semrel_formula),
56
- dest_file.split('/')[-1],
+ dest_file.split('/', 1)[1],
57
) %}
58
{%- elif dest_file.startswith('inspec/') %}
59
{%- set inspec_tests_path_prefix = suite.verifier.inspec_tests_path_prefix %}
0 commit comments