From: pmikus Date: Thu, 15 Feb 2024 09:22:38 +0000 (+0100) Subject: fix(bootstrap): typo X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=571d2b1be1e302cf5bc5f435df69677f055aa5f6 fix(bootstrap): typo Signed-off-by: Peter Mikus Change-Id: Ib2a1ceb9145ef5495c76954ac70cedc5af6fa297 --- 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."