Skip to content

Commit

Permalink
run local: make "bash not found" message more helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Feb 3, 2023
1 parent 1613aa5 commit 60dc21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func executeLocalJob(model *NonMemModel) turnstile.ConcurrentError {
return turnstile.ConcurrentError{
Error: err,
RunIdentifier: model.FileName,
Notes: fmt.Sprintf("bash is required: %v", err),
Notes: "bash is required to run bbi. Please install bash and then try running this again.",
}
}

Expand Down

0 comments on commit 60dc21b

Please sign in to comment.