$config_url should be composed from $rawRepo, not $basedir
`$config_url` needs to be composed of `$rawRepo + "/config"` and not `$basdir + "/config"`.
This yields the correct URL [https://raw.github.com/TechEmpower/FrameworkBenchmarks/master/config] instead of [C:\FrameworkBenchmarks/config].