From cb51d68a9ccaba88588a133fa5269d36f031c56f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jun 2022 13:05:57 -0400 Subject: [PATCH] local_facts.fact: Fix typo 12 -> "13 vars require a command" --- scripts/local_facts.fact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 06b430411..a0471c95a 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -3,7 +3,7 @@ # Higher-level purpose explained at the bottom of: # https://github.com/iiab/iiab/blob/master/vars/default_vars.yml -# 2020-10-27: Most of the 12 variables require a command[*] to be run to +# 2020-10-27: Most of the 13 variables require a command[*] to be run to # establish the var's value. WE DISPLAY ALL ERRORS / DIAGNOSTICS AND CONTINUE. # # [*] DOESN'T MATTER WHAT COMMAND: so long as it fails with Return Code != 0