From 13a837b6d7bc75d89e13d60730d56ab18c034ea8 Mon Sep 17 00:00:00 2001 From: Amit Sharma <coutamit.s19@gmail.com> Date: Fri, 10 Mar 2023 07:11:51 +0000 Subject: [PATCH] Script fix --- make-envs-for-react.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make-envs-for-react.sh b/make-envs-for-react.sh index 9e75e6c..43375a2 100644 --- a/make-envs-for-react.sh +++ b/make-envs-for-react.sh @@ -1 +1,4 @@ -echo REACT_APP_GITPOD_WORKSPACE_URL=${GITPOD_WORKSPACE_URL} > ./apps/wrappers/.env \ No newline at end of file +#!/bin/bash + +cd ./apps/wrapper +echo "REACT_APP_GITPOD_WORKSPACE_URL=${GITPOD_WORKSPACE_URL}" > .env \ No newline at end of file -- GitLab