Skip to content

Commit

Permalink
Fixing Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Nov 21, 2024
1 parent 832bab6 commit 15d74bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-and-update-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 15d74bf

Please sign in to comment.