From 195116fa0963f473dbe75be4d4ee4883a9e416c0 Mon Sep 17 00:00:00 2001 From: RohithRaju Date: Wed, 17 Jan 2024 14:54:25 +0000 Subject: [PATCH] update(scripts): address review requests Signed-off-by: RohithRaju --- scripts/publish-wasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-wasm b/scripts/publish-wasm index fdb31efc..99ec999f 100755 --- a/scripts/publish-wasm +++ b/scripts/publish-wasm @@ -24,7 +24,7 @@ if [ -z "${file}" ]; then usage fi -repo="dev-wasm" +repo="wasm-dev" # settings s3_bucket_repo="s3://falco-distribution/packages/${repo}"