Commit 46360007 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm pack: fix install [typo] (eterbug #17865)

parent 5b098ff7
......@@ -9,7 +9,7 @@ VERSION="$3"
PKGNAME=$PRODUCT-$VERSION
install -D $TAR usr/bin/$PRODUCT || fatal
for i in kubectl crictl ctr k3s ; do
for i in kubectl crictl ctr ; do
ln -sf $PRODUCT usr/bin/$i
done
erc pack $PKGNAME.tar usr/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment