Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Mar 26, 2024
1 parent 24ffb68 commit c20a2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioconda_utils/artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class UploadResult(Enum):
NO_PR = 4


def upload_pr_artifacts(config, repo, git_sha, dryrun=False, mulled_upload_target=None, label=None, artifact_source="azure") -> UplaodResult:
def upload_pr_artifacts(config, repo, git_sha, dryrun=False, mulled_upload_target=None, label=None, artifact_source="azure") -> UploadResult:
_config = utils.load_config(config)
repodata = utils.RepoData()

Expand Down

0 comments on commit c20a2a1

Please sign in to comment.