Skip to content

Commit

Permalink
Match workflow file default to name used in scaffold (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 6, 2024
1 parent 08f6ca6 commit 4522562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/speculative/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewCommand() *cobra.Command {

cmd.Flags().StringVar(&owner, "github-owner", "", "Repository owner")
cmd.Flags().StringVar(&repo, "github-repo", "", "Repository name")
cmd.Flags().StringVar(&workflowFilename, "workflow-file", "preview.yaml", "Name of the workflow file to run for previews")
cmd.Flags().StringVar(&workflowFilename, "workflow-file", "tf-preview.yaml", "Name of the workflow file to run for previews")

return cmd
}
Expand Down

0 comments on commit 4522562

Please sign in to comment.