From c9e2537c196f69c15746959b3553906dbfcffed4 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@4s3ti.net> Date: Thu, 16 Mar 2023 01:13:50 +0100 Subject: [PATCH] ci(scripts): Fix malformated shebang --- ciscripts/pre_checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciscripts/pre_checks.sh b/ciscripts/pre_checks.sh index 2a06686..24091a9 100644 --- a/ciscripts/pre_checks.sh +++ b/ciscripts/pre_checks.sh @@ -1,4 +1,4 @@ -#/bin/bash -e +#!/bin/bash -e cat /etc/os-release uname -a