mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
tools: Fix path for installing yq in packaging script
The lib.sh script uses the right directory but the wrong path for the script that installs yq; fix it. Fixes #9165 Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
This commit is contained in:
parent
cfb977625e
commit
4e3deb5a3b
@ -29,7 +29,7 @@ TARGET_OS=${TARGET_OS:-linux}
|
||||
|
||||
install_yq() {
|
||||
pushd "${repo_root_dir}"
|
||||
.ci/install_yq.sh
|
||||
./ci/install_yq.sh
|
||||
popd
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user