From 2b02eeff7207873ef6a85a8fb585cad90ce38179 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:42:28 -0500 Subject: [PATCH] cleanup --- lib/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entrypoint.sh b/lib/entrypoint.sh index a7c976f7..abda330f 100755 --- a/lib/entrypoint.sh +++ b/lib/entrypoint.sh @@ -1,4 +1,4 @@ -cd "$GITHUB_WORKSPACE" || exit;#!/bin/bash +#!/bin/bash ################################################################################ ########### EntryPoint for Super-Linter @AdmiralAwkbar #########################