diff options
Diffstat (limited to 'source/conda.d')
-rw-r--r-- | source/conda.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/conda.d b/source/conda.d index e2e1782..f4de704 100644 --- a/source/conda.d +++ b/source/conda.d @@ -169,6 +169,7 @@ class Conda { if (this.have_installer()) { writeln("Miniconda installation script already exists"); } else { + writeln("Downloading " ~ this.installer_file()); download(this.url_installer, this.installer_file()); } |