From 15d74bfc5b31966842255a7f51af3a9f242151e3 Mon Sep 17 00:00:00 2001 From: Gaurav Agarwal Date: Thu, 21 Nov 2024 17:49:28 +0530 Subject: [PATCH] Fixing Typo. --- create-and-update-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-and-update-remote.sh b/create-and-update-remote.sh index ad8d25e..66ba28d 100755 --- a/create-and-update-remote.sh +++ b/create-and-update-remote.sh @@ -5,7 +5,7 @@ base_org=AgarwalConsulting template=`git remote get-url origin` git remote add template $template -gsed -i s/\{base-org\}/"$base_org"/g slides.md +gsed -i s/base-org/$base_org/g slides.md gsed -i s/base-org/$base_org/g CNAME title=`cat TITLE`