Skip to content

Commit

Permalink
NASA-PDS#128 support: use correct executable
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Dec 7, 2023
1 parent 3ffaa39 commit 518b4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pds/roundup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def main():

# Sanity check in GitHub Acions logs: show the version of ``pds-github-util`` by calling
# ``--version`` on any one of its programs.
version = invoke(['lasso-issues', '--version']).strip()
_logger.info('🗺 The version of ``pds-github-util`` I shall be using: %s', version)
version = invoke(['pds-issues', '--version']).strip()
_logger.info('🗺 The version of ``lasso-issues`` I shall be using: %s', version)

# Here we go daddy
_assemblies[args.assembly](context).roundup()
Expand Down

0 comments on commit 518b4cf

Please sign in to comment.