From ba9e97a46ad82879b327e0f7216b29c13d10be96 Mon Sep 17 00:00:00 2001 From: Curle Date: Tue, 29 Sep 2020 02:03:48 +0100 Subject: [PATCH] Fix typo in post-build script --- post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.sh b/post.sh index 8c1e63a..f21ca23 100644 --- a/post.sh +++ b/post.sh @@ -1,5 +1,5 @@ cp kernel img/boot/exe -echo "Performing post-boot actions:" +echo "Performing post-build actions:" echo "Creating raw img file for writing to a drive:" ./mkbootimg.exe chroma.json chroma.img # for linux remove the .exe