From 0deea8e6ae03a4b5c8b7569fab9949f53ffaab8a Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Mon, 8 Jul 2024 12:51:18 -0400 Subject: [PATCH] chore: remove blank commented line --- internal/shell/shell.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/shell/shell.go b/internal/shell/shell.go index c8b6cd0..367658c 100644 --- a/internal/shell/shell.go +++ b/internal/shell/shell.go @@ -204,7 +204,6 @@ func MergeVariables(maps ...VariableMap) VariableSlice { // - string containing the contents of the templated script // - a slice of strings in `key=value` pair containing the merged variables to // be provided to the script as environment variables -// func Run(ctx context.Context, runID ulid.ULID, path, content string, allVars []string) (uint8, error) { if content == "" { return 1, fmt.Errorf("No script data provided")