Remove double space.

This commit is contained in:
Sebastian Ludwig 2017-08-08 20:03:37 +02:00
parent 1789a59bc1
commit 81f8f15f1d

View file

@ -30,7 +30,7 @@ class TwineTest < Minitest::Test
end
def execute(command)
command += " -o #{@output_path}"
command += " -o #{@output_path}"
Twine::Runner.run(command.split(" "))
end