summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-10-29 20:54:26 +0200
committerChristian Poessinger <christian@poessinger.com>2022-10-29 20:54:26 +0200
commitbdb83dec6d76dabe391fb2dc5445ac6ddfc8f20a (patch)
tree622fff9569fd93d920e63292678a5fdfacbe588d /packages
parent0394c517be910f18d51886b633f92082e84da787 (diff)
downloadvyos-build-bdb83dec6d76dabe391fb2dc5445ac6ddfc8f20a.tar.gz
vyos-build-bdb83dec6d76dabe391fb2dc5445ac6ddfc8f20a.zip
pyhumps: fix copy/paste error in build package name
Diffstat (limited to 'packages')
-rw-r--r--packages/pyhumps/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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/*")