Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk committed Oct 23, 2024
1 parent 7160478 commit 75fb427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/infra/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func Run(params RunParams) error {
return diff(params, outFile, output)
}

// if the containers failed, poperagate the error
// if the containers failed, propagate the error
if runContainersErr != nil {
return runContainersErr
}
Expand Down

0 comments on commit 75fb427

Please sign in to comment.