From 15806a3e9d2b170b9e5ec5504c0da97894d187d3 Mon Sep 17 00:00:00 2001
From: Amit Sharma <coutamit.s19@gmail.com>
Date: Fri, 10 Mar 2023 10:42:33 +0000
Subject: [PATCH] Config Script Fix

---
 update-config.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/update-config.sh b/update-config.sh
index 91af442..d2472a6 100644
--- a/update-config.sh
+++ b/update-config.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
-
+cd packages/enketo-express/config
 formManagerBaseURI=${GITPOD_WORKSPACE_URL:8}
-echo "$( jq '."formManagerBaseURI" = "'"https://3006-$formManagerBaseURI"'"' default-config.json )" > default-config.json   
\ No newline at end of file
+echo "$( jq '."formManagerBaseURI" = "'"https://3006-$formManagerBaseURI"'"' default-config.json )" > default-config.json   
+cd ..
\ No newline at end of file
-- 
GitLab