diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-10-13 18:47:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 18:47:25 +0300 |
commit | 530997ce54c3906c8eab0691249482b32427dc4f (patch) | |
tree | 21b625e905345f0970840b4b7427e2b762ac769f /src/conda | |
parent | a244dc394f781274e4d0c6e469779d8c6857eae4 (diff) |
Automated documentation update (#218)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/conda')
-rw-r--r-- | src/conda/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conda/README.md b/src/conda/README.md index c16013a..b4c949c 100644 --- a/src/conda/README.md +++ b/src/conda/README.md @@ -7,9 +7,9 @@ A cross-platform, language-agnostic binary package manager ```json "features": { - "ghcr.io/devcontainers/features/conda:1": { - "version": "latest" - } + "ghcr.io/devcontainers/features/conda:1": { + "version": "latest" + } } ``` |