Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet committed Jan 3, 2017
1 parent 1290b7b commit a626a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/helpers/yarn_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def instrument title
end

def open uri
super(URI.escape(uri))
super(URI.escape(uri)).to_s
end

end

0 comments on commit a626a3c

Please sign in to comment.