diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-22 12:39:03 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-22 12:39:03 -0400 |
commit | 42c326b142ad0cad3fa3ff9bb8056fdbde13c77b (patch) | |
tree | 605cbad17c7bac2b4294ca8d1aaa91360237f919 /source/app.d | |
parent | ddbca1e618104818eaba81f3d1d48778ff528309 (diff) | |
download | dm-42c326b142ad0cad3fa3ff9bb8056fdbde13c77b.tar.gz |
portability
Diffstat (limited to 'source/app.d')
-rw-r--r-- | source/app.d | 1 |
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; } |