Skip to content

Commit

Permalink
Merge branch 'master' into fix/file-inclusion-var
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman authored Jun 29, 2021
2 parents 0e09a4a + 1a02f92 commit ec0d9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tink-worker/internal/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func (w *Worker) ProcessWorkflowActions(ctx context.Context, workerID string, ca
os.Exit(1)
}

f.Close()
err = f.Close()
if err != nil {
l.Error(err)
os.Exit(1)
Expand Down

0 comments on commit ec0d9ff

Please sign in to comment.