From 577a22c731739db339a4f4f794fe41cfb2969ef9 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 13 Dec 2022 22:10:05 -0500 Subject: [PATCH] add license to script --- scripts/generate-new-jekyll-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-new-jekyll-site.sh b/scripts/generate-new-jekyll-site.sh index 0a12d5c..d117f1d 100644 --- a/scripts/generate-new-jekyll-site.sh +++ b/scripts/generate-new-jekyll-site.sh @@ -98,7 +98,7 @@ touch ./_data/socials.yml touch ./_data/global.yml pwd -# add default contents to each file with another bash script +# add default contents to each file cp -vf ./scripts/templates/* ./ # add default _data files