Skip to content

Commit

Permalink
Add missing punctuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBGoods committed Jul 24, 2024
1 parent c315257 commit e35bc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/provider/data_source_archive_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (d *archiveFileDataSource) Schema(ctx context.Context, req datasource.Schem
},
"excludes": schema.SetAttribute{
Description: "Specify files/directories to ignore when reading the `source_dir`. " +
"Supports glob file matching patterns including doublestar/globstar (`**`) patterns",
"Supports glob file matching patterns including doublestar/globstar (`**`) patterns.",
ElementType: types.StringType,
Optional: true,
Validators: []validator.Set{
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_archive_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (d *archiveFileResource) Schema(ctx context.Context, req resource.SchemaReq
},
"excludes": schema.SetAttribute{
Description: "Specify files/directories to ignore when reading the `source_dir`. " +
"Supports glob file matching patterns including doublestar/globstar (`**`) patterns",
"Supports glob file matching patterns including doublestar/globstar (`**`) patterns.",
ElementType: types.StringType,
Optional: true,
Validators: []validator.Set{
Expand Down

0 comments on commit e35bc52

Please sign in to comment.