Skip to content

Commit b92bf01

Browse files
Update master_deply_v4.2.sh
1 parent a822afc commit b92bf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master_deply_v4.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ configure_Lambda_template()
535535
IFS=$(echo -en "\n\b")
536536
envvars=$( cat $listname.json | jq -c ' .app_var ')
537537
echo "$envvars" > /home/circleci/project/config/dev.json
538-
sed -i 's/\n/\\n/g' /home/circleci/project/config/dev.json
538+
# sed -i 's/\n/\\n/g' /home/circleci/project/config/dev.json
539539
#yq r $listname.json >$listname.yml
540540
#a=serverless.yml
541541
#b="$listname.json"

0 commit comments

Comments
 (0)