From d6e792bc534ee60170c5c4defb2e162b2273e7af Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 28 Sep 2024 19:38:30 +0200
Subject: [PATCH] fix: wrong project id

---
 nix/config/release.nix    | 8 ++++----
 nix/scripts/run-tests.nix | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/nix/config/release.nix b/nix/config/release.nix
index 8dddae9..3c4d541 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -2,14 +2,14 @@
   # this file is generated by nix/scripts/init-project.nix
   # please don't edit it manually
 
-  version = "v1.22.3";
-  commit = "6a57758f1e003b0c3c9b997c118ec6e994b1a795";
+  version = "1.22.3";
+  commit = "7b2d62dbef9d964a9aaf6c23c4bf2ca36ccb62f9";
   projectURL = "https://gitlab.schukai.com/oss/configuration";
   name = "configuration";
   mnemonic = "configuration";
 
-  projectID = "512";
+  projectID = "411";
 
   # this file is generated by nix/scripts/init-project.nix
   # please don't edit it manually
-}
\ No newline at end of file
+}
diff --git a/nix/scripts/run-tests.nix b/nix/scripts/run-tests.nix
index 42ec638..f5fe5b3 100644
--- a/nix/scripts/run-tests.nix
+++ b/nix/scripts/run-tests.nix
@@ -21,7 +21,7 @@ in
       echo_ok "Exiting."
       exit 0
     fi
-    
+
     if [[ -f "assets/test.env" ]]; then
       echo_hint "Loading test environment variables"
       set -a
-- 
GitLab