diff options
author | pmikus <peter.mikus@protonmail.ch> | 2024-02-15 10:22:38 +0100 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-02-15 09:24:25 +0000 |
commit | 571d2b1be1e302cf5bc5f435df69677f055aa5f6 (patch) | |
tree | 1665c1afa4f7f9384b93a601a22601ff3bc3f139 /resources/libraries/bash | |
parent | ce024124889d82370718293662fb8aa005b79155 (diff) |
fix(bootstrap): typo
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Ib2a1ceb9145ef5495c76954ac70cedc5af6fa297
Diffstat (limited to 'resources/libraries/bash')
-rw-r--r-- | resources/libraries/bash/function/gather.sh | 2 |
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." |