Skip to content

Commit

Permalink
direc -> direct
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Sep 26, 2023
1 parent 2ee6303 commit ecd5914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def _get_granules(
provider = granules[0]["meta"]["provider-id"]
endpoint = self._own_s3_credentials(granules[0]["umm"]["RelatedUrls"])
cloud_hosted = granules[0].cloud_hosted
access = "direc" if (cloud_hosted and self.running_in_aws) else "external"
access = "direct" if (cloud_hosted and self.running_in_aws) else "external"
data_links = list(
# we are not in region
chain.from_iterable(
Expand Down

0 comments on commit ecd5914

Please sign in to comment.