From 204f9ff875be035e620ca1affdf374dd1c610a98 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Sun, 13 Feb 2022 18:04:44 +0100 Subject: [PATCH] fix(scripts): correct typo in `falco-driver-loader` help message Signed-off-by: Leonardo Grasso --- scripts/falco-driver-loader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/falco-driver-loader b/scripts/falco-driver-loader index 4384e4a2..1c9a31ed 100755 --- a/scripts/falco-driver-loader +++ b/scripts/falco-driver-loader @@ -514,7 +514,7 @@ print_usage() { echo " --source-only skip execution and allow sourcing in another script" echo "" echo "Environment variables:" - echo " DRIVER_REPO specify a different URL where to look for prebuilt Falco drivers" + echo " DRIVERS_REPO specify a different URL where to look for prebuilt Falco drivers" echo " DRIVER_NAME specify a different name for the driver" echo " DRIVER_INSECURE_DOWNLOAD whether you want to allow insecure downloads or not" echo ""