diff --git a/codefresh/data_account_gitops_settings.go b/codefresh/data_account_gitops_settings.go index 70f02c7..4245a58 100644 --- a/codefresh/data_account_gitops_settings.go +++ b/codefresh/data_account_gitops_settings.go @@ -35,7 +35,7 @@ func dataSourceAccountGitopsSettings() *schema.Resource { "shared_config_repository": { Type: schema.TypeString, Computed: true, - Description: "Codefresh shared config repository url", + Description: "Shared config repository url", }, "admins": { Type: schema.TypeList,