From 266e00a3d80b72d9fe3c69081fe7917823442936 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