From bdb83dec6d76dabe391fb2dc5445ac6ddfc8f20a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 29 Oct 2022 20:54:26 +0200 Subject: pyhumps: fix copy/paste error in build package name --- packages/pyhumps/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/pyhumps/Jenkinsfile b/packages/pyhumps/Jenkinsfile index bb5345e1..2ed0f995 100644 --- a/packages/pyhumps/Jenkinsfile +++ b/packages/pyhumps/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('owamp', pkgList, null, false, "**/packages/pyhumps/*") +buildPackage('humps', pkgList, null, false, "**/packages/pyhumps/*") -- cgit v1.2.3