aboutsummaryrefslogtreecommitdiff
path: root/source/app.d
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-22 12:39:03 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-22 12:39:03 -0400
commit42c326b142ad0cad3fa3ff9bb8056fdbde13c77b (patch)
tree605cbad17c7bac2b4294ca8d1aaa91360237f919 /source/app.d
parentddbca1e618104818eaba81f3d1d48778ff528309 (diff)
downloaddm-42c326b142ad0cad3fa3ff9bb8056fdbde13c77b.tar.gz
portability
Diffstat (limited to 'source/app.d')
-rw-r--r--source/app.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/app.d b/source/app.d
index 8eb3625..4cc2288 100644
--- a/source/app.d
+++ b/source/app.d
@@ -98,6 +98,7 @@ int main(string[] args) {
conda.dump_env_yaml(buildPath(output_dir, env_name ~ ".yml"));
conda.dump_env_explicit(buildPath(output_dir, env_name ~ ".txt"));
+ writeln("Output directory is: " ~ output_dir);
writeln("Done!");
return 0;
}