Skip to content

Commit

Permalink
Tidy info
Browse files Browse the repository at this point in the history
Replace errant \t with \x20
  • Loading branch information
justinsteven committed Sep 21, 2016
1 parent 1e24568 commit dcfbb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def initialize(info = {})
'Platform' => 'ruby',
'Arch' => ARCH_RUBY,
'Privileged' => false,
'Targets' => [ ['Automatic', {} ] ],
'Targets' => [ ['Automatic', {} ] ],
'DefaultTarget' => 0,
'DefaultOptions' =>
{
Expand Down

0 comments on commit dcfbb9e

Please sign in to comment.