fix(sh): remove set options on bash (#508)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-09-03 23:20:04 -04:00 committed by GitHub
parent 02f457ad1f
commit c5a3a5a3ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,5 @@
#!/bin/bash
set -xeo pipefail
REPO_OWNER="yetone"
REPO_NAME="avante.nvim"