Skip to content

Commit

Permalink
chore: remove blank commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Jul 8, 2024
1 parent bb008a3 commit 0deea8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0deea8e

Please sign in to comment.