Skip to content

Commit

Permalink
fix: add --watch to rerun of quickstart (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbx9da4 authored Sep 16, 2024
1 parent 9d57ce8 commit 13049fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/quickstart.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var quickstartCmd = &model.ExecutableCommand[QuickstartFlags]{
const ErrWorkflowExists = speakeasyErrors.Error("You cannot run quickstart when a speakeasy workflow already exists. \n" +
"To create a brand _new_ SDK directory: `cd ..` and then `speakeasy quickstart`. \n" +
"To add an additional SDK to this workflow: `speakeasy configure`. \n" +
"To regenerate the current workflow: `speakeasy run`.")
"To regenerate the current workflow: `speakeasy run --watch`.")

func quickstartExec(ctx context.Context, flags QuickstartFlags) error {
workingDir, err := os.Getwd()
Expand Down

0 comments on commit 13049fc

Please sign in to comment.