From c5a3a5a3ad66029b5fb6dff90fbe6bf7b6491ad4 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Tue, 3 Sep 2024 23:20:04 -0400 Subject: [PATCH] fix(sh): remove set options on bash (#508) Signed-off-by: Aaron Pham --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 0600c4a..6e23115 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,5 @@ #!/bin/bash -set -xeo pipefail - REPO_OWNER="yetone" REPO_NAME="avante.nvim"