From ef3ca0f681311535db1d1833cdc3cab1e785d14a Mon Sep 17 00:00:00 2001 From: YourDoge Date: Thu, 7 Dec 2017 15:45:47 +0900 Subject: [PATCH] Update 1-change-color.sh small grammar error --- 1-change-color.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-change-color.sh b/1-change-color.sh index 4b31d6f2..fad5be34 100755 --- a/1-change-color.sh +++ b/1-change-color.sh @@ -117,6 +117,6 @@ find common -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \; echo "All css files but also svg files have been changed now to your colour code." echo "BUT PNG'S will not be altered with this script." -echo "So we will need to make new png's lateron." +echo "So we will need to make new png's later on." echo echo "Next up delete all assets i.e. png's with script number 2."