Skip to content

Commit

Permalink
fix: duplicate if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Apr 24, 2024
1 parent 0bec1f5 commit 859d89d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ func Evaluate(ctx context.Context, tape string, out io.Writer, opts ...Evaluator
if cmd.Type == token.SET && cmd.Options == "Shell" || cmd.Type == token.ENV {
Execute(cmd, &v)
}
if cmd.Type == token.ENV {
Execute(cmd, &v)
}
}

// Start things up
Expand Down

0 comments on commit 859d89d

Please sign in to comment.