aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-27 21:37:28 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-27 21:37:28 -0400
commit6b009e30901c90fa7e5e43afa3a229c4993a600a (patch)
tree444526fdd912d41ce451472fcf65d973c8e5bb8b /source
parent4ddd937d3d4c17ed333e20f3cf5f467a8c3de46b (diff)
downloaddm-6b009e30901c90fa7e5e43afa3a229c4993a600a.tar.gz
Forgotten whitespace
Diffstat (limited to 'source')
-rw-r--r--source/merge.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/merge.d b/source/merge.d
index 7ee1746..c241b4a 100644
--- a/source/merge.d
+++ b/source/merge.d
@@ -177,7 +177,7 @@ auto integration_test(ref Conda conda, string outdir, test_runner_t runner, test
string[] tmp = found.split("-");
found = tmp[0];
// Does not need to succeed for all matches
- conda.run("remove" ~ found);
+ conda.run("remove " ~ found);
}
if (runner.requires) {