From 81f8f15f1da36404ec9668f5382afdb747b23ba4 Mon Sep 17 00:00:00 2001 From: Sebastian Ludwig Date: Tue, 8 Aug 2017 20:03:37 +0200 Subject: Remove double space. --- test/twine_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/twine_test.rb b/test/twine_test.rb index efeb045..5f1e4cd 100644 --- a/test/twine_test.rb +++ b/test/twine_test.rb @@ -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 -- cgit v1.2.3