From 6b5750ffa8781766590a34bdc089985fcc0d121e Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Fri, 26 Jan 2024 16:44:12 -0500 Subject: [PATCH] =?UTF-8?q?smoke-test:=20=F0=9F=90=9A=20use=20`env`=20to?= =?UTF-8?q?=20find=20bash=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployments/scripts/smoke-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/scripts/smoke-test.sh b/deployments/scripts/smoke-test.sh index 4434cfcd1b..7013a5d3b2 100755 --- a/deployments/scripts/smoke-test.sh +++ b/deployments/scripts/smoke-test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Wrapper script to bottle up logic for running "smoke tests" in CI, # supporting backgrounding tasks and checking on their status later. # The execution plan is: