Remove double space.
This commit is contained in:
parent
1789a59bc1
commit
81f8f15f1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue