Navigation Menu

Skip to content

Commit

Permalink
Remove a needless ","
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 30, 2014
1 parent 29306a4 commit af9a426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -30,7 +30,7 @@ Packnga::DocumentTask.new(spec) do |task|
end

def run_command_test(*options)
ruby(File.join(File.dirname(__FILE__), "test", "command", "run-test.rb",),
ruby(File.join(File.dirname(__FILE__), "test", "command", "run-test.rb"),
*options)
end

Expand Down

0 comments on commit af9a426

Please sign in to comment.