From f4c9e3e35d29171685c20790e55bd00edb28a59a Mon Sep 17 00:00:00 2001
From: Krzysztof Witukiewicz <krzysztof.witukiewicz@mgm-tp.com>
Date: Mon, 6 Jan 2025 17:29:32 +0100
Subject: [PATCH] OZG-7429 Fix jenkinsfile of info-client

---
 alfa-client/apps/info/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/apps/info/Jenkinsfile b/alfa-client/apps/info/Jenkinsfile
index 497a200303..1484606baa 100644
--- a/alfa-client/apps/info/Jenkinsfile
+++ b/alfa-client/apps/info/Jenkinsfile
@@ -245,7 +245,7 @@ Void loginToDockerRegistry(){
     }
 }
 String getInfoPackageJsonVersion() {
-  def packageJSON = readJSON file: 'alfa-client/apps/info/package.json'
+  def packageJSON = readJSON file: 'apps/info/package.json'
   def packageJSONVersion = packageJSON.version
   echo packageJSONVersion
   return packageJSONVersion
-- 
GitLab