aboutsummaryrefslogtreecommitdiff
path: root/source/conda.d
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-22 13:06:11 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-22 13:06:11 -0400
commitc2aab5070b5a98f144645b3484d7b92ad3ae3278 (patch)
tree87a904d6fd1528f6e007bac220541883f704b8b7 /source/conda.d
parent42c326b142ad0cad3fa3ff9bb8056fdbde13c77b (diff)
downloaddm-c2aab5070b5a98f144645b3484d7b92ad3ae3278.tar.gz
up the verbosity
Diffstat (limited to 'source/conda.d')
-rw-r--r--source/conda.d1
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());
}