app-admin/kubelet-wrapper: fix missing closing quote

This commit is contained in:
Nick Owens 2016-02-17 15:40:40 -08:00
parent 802ccc8d57
commit ffd2f90aa3

View File

@ -18,5 +18,5 @@ RDEPEND=app-emulation/rkt
src_install() {
exeinto /usr/lib/coreos
doexe "${FILESDIR}/kubelet-wrapper
doexe "${FILESDIR}"/kubelet-wrapper
}