Skip to content

Commit

Permalink
[ruby] Fixed pathing issue on downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDreyer committed Apr 23, 2024
1 parent ea1dae4 commit 9b46d98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class BuiltinPackageDownloader(format: OutputFormat.Value = OutputFormat.zip) {
private val browser = JsoupBrowser()
private val baseUrl = s"https://ruby-doc.org/3.3.0"

private val baseDir = "src/main/resources/ruby/builtin_types/"
private val baseDir = "src/main/resources/ruby/builtin_types"

// Below unicode value calculated with: println("\\u" + Integer.toHexString('→' | 0x10000).substring(1))
// taken from: https://stackoverflow.com/questions/2220366/get-unicode-value-of-a-character
Expand Down

0 comments on commit 9b46d98

Please sign in to comment.