Skip to content

Commit

Permalink
Merge pull request #168 from sol-eng/add-quarto-helpful-error-msg
Browse files Browse the repository at this point in the history
Add helpful error message for quarto
  • Loading branch information
tnederlof authored May 12, 2023
2 parents f5c6f71 + 62f6452 commit eaaa6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func newSetup(setupOpts setupOpts) error {
// Quarto
err := quarto.ScanAndHandleQuartoVersions(osType)
if err != nil {
return fmt.Errorf("issue scanning, prompting or installing Quarto: %w", err)
return fmt.Errorf("%w.\nTo return to this step in the setup process use \"wbi setup --step quarto\"", err)
}
step = "jupyter"
}
Expand Down

0 comments on commit eaaa6d1

Please sign in to comment.