Skip to content

Commit

Permalink
fix google meta parent template (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyadmz authored Nov 15, 2024
1 parent 0bd6e3e commit 4b05093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info(
provider: "Google",
version: "__PLACEHOLDER_FOR_CHILD_POLICY_VERSION__", # This version of the Meta Parent Policy Template should match the version of the Child Policy Template as it appears in the Catalog for best reliability
publish: "__PLACEHOLDER_FOR_CHILD_POLICY_PUBLISH__",
deprecated: "__PLACEHOLDER_FOR_CHILD_POLICY_DEPRECATED__"
deprecated: "__PLACEHOLDER_FOR_CHILD_POLICY_DEPRECATED__",
hide_skip_approvals: "__PLACEHOLDER_FOR_CHILD_POLICY_HIDE_SKIP_APPROVALS__"
)

Expand Down

0 comments on commit 4b05093

Please sign in to comment.