From 277b3e2b41e56fc84ec7cee2ab822dee64ab210e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 23:49:08 +0200 Subject: [PATCH] Update deploy_function.sh --- functions/deploy_function.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/deploy_function.sh b/functions/deploy_function.sh index a830a6b..702767b 100644 --- a/functions/deploy_function.sh +++ b/functions/deploy_function.sh @@ -2,7 +2,7 @@ #$1=runtime #$2=filename #$3=function name -#$4/handler +#$4=handler kubeless function deploy $3 --runtime $1 --from-file $2 --handler $4 kubeless trigger http create $3 --function-name $3 --path $3 --hostname $3.kubeless