From ffe0754dd95bae032e511e21614e3809499fb009 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 12 Mar 2021 12:42:57 -0500 Subject: [PATCH] Fix typo in confluent profile.yaml The quiet argument was missed due to typo in parameter name. --- confluent_osdeploy/genesis/profiles/default/profile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/genesis/profiles/default/profile.yaml b/confluent_osdeploy/genesis/profiles/default/profile.yaml index bc5d6fb6..7ed4fb92 100644 --- a/confluent_osdeploy/genesis/profiles/default/profile.yaml +++ b/confluent_osdeploy/genesis/profiles/default/profile.yaml @@ -1,2 +1,2 @@ label: Genesis -kernelarags: quiet +kernelargs: quiet