Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2024
1 parent 7a9e38a commit e198f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def lockfiles():
remote_channel = "https://conda.anaconda.org/napari/"
if "rc" in _version() or "dev" in _version():
remote_channel += "label/nightly/"
contents = txtfile.read_text().replace(local_channel, remote_channel)
contents = txtfile.read_text().replace(local_channel, remote_channel)
txtfile.write_text(contents)
return txtfile.resolve()

Expand Down

0 comments on commit e198f31

Please sign in to comment.