From 7219a00f991d9e1953defde6bd251452b1eb9743 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Wed, 8 Jan 2025 17:47:42 +0100
Subject: [PATCH] Fix cspell

---
 .cspell-project-words.txt | 1 +
 ahoy.drupal.yml           | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.cspell-project-words.txt b/.cspell-project-words.txt
index a75c343..0ba8987 100644
--- a/.cspell-project-words.txt
+++ b/.cspell-project-words.txt
@@ -29,6 +29,7 @@ rateit
 rcoff
 rcon
 readmehelp
+tbachert
 textcounter
 timepicker
 tippyjs
diff --git a/ahoy.drupal.yml b/ahoy.drupal.yml
index f0ada6a..a10d946 100644
--- a/ahoy.drupal.yml
+++ b/ahoy.drupal.yml
@@ -33,5 +33,5 @@ commands:
       drush cr
     usage: Turn off renderer config debug mode
   additional_trusted_composer_plugins:
-    cmd: drush -y cset --input-format=yaml package_manager.settings additional_trusted_composer_plugins ['endroid/installer','lakedrops/*','mxr576/ddqg-composer-audit','oomphinc/composer-installers-extender','zodiacmedia/drupal-libraries-installer','drupal/drupal_cms_xb_demo','tbachert/spi']
+    cmd: drush -y config:set --input-format=yaml package_manager.settings additional_trusted_composer_plugins ['endroid/installer','lakedrops/*','mxr576/ddqg-composer-audit','oomphinc/composer-installers-extender','zodiacmedia/drupal-libraries-installer','drupal/drupal_cms_xb_demo','tbachert/spi']
     usage: Set the additional_trusted_composer_plugins for package manager.
-- 
GitLab