From 75d0c5f2e74b44353da357c5603a52871bea3940 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 13 Feb 2020 11:48:12 -0500 Subject: [PATCH] Fix incorrect comment from copy/paste of starting script Signed-off-by: Phil Estes --- script/setup/install-seccomp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/setup/install-seccomp b/script/setup/install-seccomp index 7cf4dae65..1c156d5c6 100755 --- a/script/setup/install-seccomp +++ b/script/setup/install-seccomp @@ -16,8 +16,7 @@ # -# Builds and installs runc to /usr/local/go/bin based off -# the commit defined in vendor.conf +# Builds a specific version of libseccomp and installs in /usr/local # set -eu -o pipefail