Skip to content

Commit

Permalink
fix: script name typo
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
  • Loading branch information
rjdbcm committed Dec 16, 2024
1 parent 091ac8b commit 7883351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi_spec/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ foreach file : ['github_ci.py', 'github_ci.pyi']
'github_release_version': run_command(python, ['get_github_release_version.py'], check: true).stdout().strip(),
'github_slsa_version': run_command(python, ['get_github_slsa_version.py'], check: true).stdout().strip(),
'github_harden_runner_version': run_command(python, ['get_github_harden_runner_version.py'], check: true).stdout().strip(),
'github_action_pypi_publish_version': run_command(python, ['get_github_action_pypi_publish.py'], check: true).stdout().strip(),
'github_action_pypi_publish_version': run_command(python, ['get_github_action_pypi_publish_version.py'], check: true).stdout().strip(),
}),
install: true,
install_dir: python.get_install_dir() / 'ozi_spec',
Expand Down

0 comments on commit 7883351

Please sign in to comment.