aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/libraries/bash/function/gather.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh
index ce1ed5bffc..e432777e32 100644
--- a/resources/libraries/bash/function/gather.sh
+++ b/resources/libraries/bash/function/gather.sh
@@ -174,7 +174,7 @@ function gather_vpp () {
;;
"vpp-csit-"*)
# Shorten line.
- pgks="${PKG_SUFFIX}"
+ pkgs="${PKG_SUFFIX}"
# Use locally built packages.
mv "${DOWNLOAD_DIR}"/../*vpp*."${pkgs}" "${DOWNLOAD_DIR}"/ || {
die "Move command failed."