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:
Diffstat (limited to 'test/twine_test.rb')
-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