aboutsummaryrefslogtreecommitdiff
path: root/internal/provider/jobs_data_source.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/provider/jobs_data_source.go')
-rw-r--r--internal/provider/jobs_data_source.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/provider/jobs_data_source.go b/internal/provider/jobs_data_source.go
index 4cea2f8..1461d28 100644
--- a/internal/provider/jobs_data_source.go
+++ b/internal/provider/jobs_data_source.go
@@ -209,7 +209,7 @@ func (d *JobsDataSource) Schema(ctx context.Context, req datasource.SchemaReques
"arguments": schema.ListAttribute{
Computed: true,
ElementType: types.StringType,
- MarkdownDescription: "The list of arguments to pass to the command.",
+ MarkdownDescription: "The list of arguments to pass to the script.",
},
"content": schema.StringAttribute{
Computed: true,