Skip to content

Commit 4522562

Browse files
authored
Match workflow file default to name used in scaffold (#48)
1 parent 08f6ca6 commit 4522562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/speculative/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func NewCommand() *cobra.Command {
3131

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

3636
return cmd
3737
}

0 commit comments

Comments
 (0)