Skip to content

Commit 8be708b

Browse files
authored
Merge pull request #1679 from mathbunnyru/quiet_mamba_info
Add --quiet to mamba info
2 parents 068e3c5 + 0499f0e commit 8be708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagging/manifests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def markdown_piece(container: Container) -> str:
6767
"",
6868
quoted_output(container, "python --version"),
6969
"",
70-
quoted_output(container, "mamba info"),
70+
quoted_output(container, "mamba info --quiet"),
7171
"",
7272
quoted_output(container, "mamba list"),
7373
]

0 commit comments

Comments
 (0)