File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515- Add ` local.generic ` provider. ([ @Commandcracker ] ( https://github.com/Commandcracker ) )
1616- Add ` local.string ` provider. ([ @Commandcracker ] ( https://github.com/Commandcracker ) )
1717- Add [ scripts] ( https://unicornpkg.madefor.cc/specification/package-tables.html#script ) .
18+ - Fix ` org.bitbucket ` and ` com.gitlab ` providers.
1819
1920## v0.1.0
2021
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local unicorn = dofile("/lib/unicorn/init.lua")
55local function install_bitbucket (package_table )
66 for remote_path , install_path in pairs (package_table .instdat .filemaps ) do
77 local http_data = unicorn .util .smartHttp (
8- (" https://bitbucket.org/raw/ %s/%s/%s/%s" ):format (
8+ (" https://bitbucket.org/%s/%s/raw /%s/%s" ):format (
99 package_table .instdat .repo_owner ,
1010 package_table .instdat .repo_name ,
1111 package_table .instdat .repo_ref ,
You can’t perform that action at this time.
0 commit comments