Fixing testing setup...

This commit is contained in:
PentagonLP 2021-05-31 16:45:15 +02:00
parent ae7c31127c
commit fa6975b8bf

View File

@ -2,9 +2,9 @@
packages = { packages = {
ccpt = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/packageinfo.ccpt", ccpt = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/packageinfo.ccpt",
pprint = "https://raw.githubusercontent.com/PentagonLP/properprint/main/packageinfo.ccpt", pprint = "https://raw.githubusercontent.com/PentagonLP/properprint/main/packageinfo.ccpt",
tp1 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage1", tp1 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage1.ccpt",
tp2 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage2", tp2 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage2.ccpt",
tp3 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage3" tp3 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage3.ccpt"
}, },
ccptversion = "1.0" ccptversion = "1.0"
} }