[lxc-devel] [crio-lxc/master] readme: fix typo in crictl download link

mikemccracken on Github lxc-bot at linuxcontainers.org
Wed Apr 24 20:37:46 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 357 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190424/64a13f2d/attachment.bin>
-------------- next part --------------
From 230fb5e65f9c5bb270e9e2407194ea20e86e3e04 Mon Sep 17 00:00:00 2001
From: Michael McCracken <mikmccra at cisco.com>
Date: Wed, 24 Apr 2019 13:21:09 -0700
Subject: [PATCH] readme: fix typo in crictl download link

Signed-off-by: Michael McCracken <mikmccra at cisco.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4e4e7d6..5d01c66 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ You'll also need crictl.  Download the tarball, extract it, and
 copy crictl to /usr/bin:
 
 ```
-wget https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.13.0/crictl-v1.14.0-linux-amd64.tar.gz
+wget https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.14.0/crictl-v1.14.0-linux-amd64.tar.gz
 tar zxf crictl-v1.14.0-linux-amd64.tar.gz
 sudo cp crictl /usr/bin
 ```


More information about the lxc-devel mailing list