Skip to content

Commit

Permalink
Merge pull request #107 from Japanuspus/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk authored Sep 8, 2021
2 parents f2ba8d4 + 1a60240 commit 146703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def make_lock_specs(
else:
channels = lock_spec.channels
lock_spec.channels = channels
res[sys.platform] = lock_spec
res[plat] = lock_spec
return res


Expand Down

0 comments on commit 146703a

Please sign in to comment.