Skip to content

Commit

Permalink
set package name
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Jul 8, 2024
1 parent 3a677da commit 099729a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glory/utils/install_supplement.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def fetch_zenodo(self):
current GLORY distribution."""

# get the current version of GLORY that is installed
current_version = importlib.metadata.version('glory')
current_version = importlib.metadata.version('glory-reservoir')

try:
data_link = InstallSupplement.DATA_VERSION_URLS[current_version]
Expand Down

0 comments on commit 099729a

Please sign in to comment.