From 2b481136f29bc4dae58a33486e96b51bef3b4ce0 Mon Sep 17 00:00:00 2001 From: PentagonLP Date: Thu, 17 Jun 2021 14:23:01 +0200 Subject: [PATCH] Fix testing setup --- testing/testpackage.ccpt | 4 ++-- testing/testpackage2.ccpt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/testpackage.ccpt b/testing/testpackage.ccpt index 76d9aa4..5792179 100644 --- a/testing/testpackage.ccpt +++ b/testing/testpackage.ccpt @@ -5,12 +5,12 @@ website = "https://github.com/PentagonLP/ccpt", newestversion = "1.1", dependencies = { - testpackage2 = "1.1" + testpackage2 = "1.1", testpackage3 = "1.0" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript", filename = "testpackage1", - type = "library", + type = "library" } } diff --git a/testing/testpackage2.ccpt b/testing/testpackage2.ccpt index f9701eb..6294b7e 100644 --- a/testing/testpackage2.ccpt +++ b/testing/testpackage2.ccpt @@ -5,7 +5,7 @@ website = "https://github.com/PentagonLP/ccpt", newestversion = "1.1", dependencies = { - testpackage3="1.0" + testpackage3 = "1.0" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",