From b6009453970803b0dea419c6bb31eef98165cedb Mon Sep 17 00:00:00 2001 From: Graham Watts <34165628+GingerGraham@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:59:41 +0100 Subject: [PATCH] Fixing an error due to shell types in convert script --- .github/scripts/convertH1toH2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/convertH1toH2.sh b/.github/scripts/convertH1toH2.sh index 2ea3d97..69d12dd 100755 --- a/.github/scripts/convertH1toH2.sh +++ b/.github/scripts/convertH1toH2.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash basePath="./KnowledgeBase/"