Skip to content

Commit

Permalink
Merge pull request #142 from jvansanten/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk authored Feb 8, 2022
2 parents da841ab + 23e779e commit a14077f
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 @@ -91,7 +91,7 @@
KIND_USE_TEXT = {
"explicit": "conda create --name YOURENV --file {lockfile}",
"env": "conda env create --name YOURENV --file {lockfile}",
"lock": "conda-lock install --name YOURENV --file {lockfile}",
"lock": "conda-lock install --name YOURENV {lockfile}",
}


Expand Down

0 comments on commit a14077f

Please sign in to comment.