Skip to content

Commit

Permalink
Fix typo of default value for application (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan authored Oct 31, 2023
1 parent 7e38b2f commit d2d161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (a *ApplicationResource) Schema(_ context.Context, _ resource.SchemaRequest
Description: "The configuration file name. (default \"app.pipecd.yaml\")",
Optional: true,
Computed: true,
Default: stringdefault.StaticString("app.piped.yaml"),
Default: stringdefault.StaticString("app.pipecd.yaml"),
},
},
},
Expand Down

0 comments on commit d2d161e

Please sign in to comment.