From 0209a804ec8171d20db9e1824b91aa2585a57a5e Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Sun, 15 Sep 2024 10:53:23 -0400 Subject: [PATCH] chore(script): update build script to use env (#596) Signed-off-by: Aaron Pham --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6e231159..19c018f0 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash REPO_OWNER="yetone" REPO_NAME="avante.nvim"