Skip to content

Commit

Permalink
Merge branch 'conda-autoupdate' of https://github.com/emanspeaks/fortls
Browse files Browse the repository at this point in the history
… into conda-autoupdate
  • Loading branch information
emanspeaks committed Jan 4, 2024
2 parents 92dff56 + 6f5a15b commit 4182503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fortls/langserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,8 @@ def _update_version_conda(self, version: str):
[
"conda",
"update",
"-c", "conda-forge",
"-c",
"conda-forge",
"--yes",
"--quiet",
"fortls",
Expand Down

0 comments on commit 4182503

Please sign in to comment.