From c04f3fa5f850ac0f92b5e011bd37e5137cee192e Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sun, 18 Feb 2024 20:13:25 +0000 Subject: [PATCH] CHORE: Update run.bash to have the correct shebang --- scripts/run.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.bash b/scripts/run.bash index b29485c..a8ac493 100644 --- a/scripts/run.bash +++ b/scripts/run.bash @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash pytest --disable-warnings python ./scripts/create_database.py