Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2017-08-08 21:03:37 +0300
committerSebastian Ludwig <sebastian@lurado.de>2017-08-08 21:03:37 +0300
commit81f8f15f1da36404ec9668f5382afdb747b23ba4 (patch)
treefe5d95627b89d11915c7bf885e21ec2ef8e3dc0f
parent1789a59bc1bfb273c3207622dda73813404c6c22 (diff)
Remove double space.
-rw-r--r--test/twine_test.rb2
1 files changed, 1 insertions, 1 deletions
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