Skip to content

Commit

Permalink
Correct packagename from default template values
Browse files Browse the repository at this point in the history
  • Loading branch information
ktactac-ornl committed Feb 12, 2024
1 parent 26a942d commit edcae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/garnet/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. code-block:: sh
python -m packagenamepy <configfile>
python -m garnet <configfile>
"""
import sys

Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from packagenamepy import __version__
from garnet import __version__


def test_version():
Expand Down

0 comments on commit edcae22

Please sign in to comment.