From a603304946bfad6931eb4d354e9811bbacacc5c2 Mon Sep 17 00:00:00 2001 From: Brock Walters <153771548+nonpunctual@users.noreply.github.com> Date: Thu, 2 May 2024 10:14:22 -0400 Subject: [PATCH] Update puppet_info.yml (#18687) Fixed type in noop_pending key --- schema/tables/puppet_info.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/tables/puppet_info.yml b/schema/tables/puppet_info.yml index 81a22390b8..87794420f0 100644 --- a/schema/tables/puppet_info.yml +++ b/schema/tables/puppet_info.yml @@ -55,7 +55,7 @@ columns: description: Indicates if Puppet was run in [noop](https://puppet.com/docs/puppet/latest/metaparameter.html#noop) mode. required: false type: text - - name: noop_prending + - name: noop_pending description: Items pending from a [noop](https://puppet.com/docs/puppet/latest/metaparameter.html#noop) run. required: false type: text @@ -82,4 +82,4 @@ columns: - name: transaction_uuid description: The [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) of the transaction. required: false - type: text \ No newline at end of file + type: text