diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-22 13:06:11 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-22 13:06:11 -0400 |
commit | c2aab5070b5a98f144645b3484d7b92ad3ae3278 (patch) | |
tree | 87a904d6fd1528f6e007bac220541883f704b8b7 /source/conda.d | |
parent | 42c326b142ad0cad3fa3ff9bb8056fdbde13c77b (diff) | |
download | dm-c2aab5070b5a98f144645b3484d7b92ad3ae3278.tar.gz |
up the verbosity
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()); } |