From 7bc51b49ae2c353ee73292b4a176e5a610ffda98 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Jul 2022 15:22:03 -0400 Subject: [PATCH] Update web-vault-update.sh --- misc/web-vault-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/web-vault-update.sh b/misc/web-vault-update.sh index d16dc542..64acb04b 100644 --- a/misc/web-vault-update.sh +++ b/misc/web-vault-update.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \ | grep "tag_name" \ | awk '{print substr($2, 2, length($2)-3) }') \