From 00bfafe3a630a7910e9c36342c040c01e6d9ccfa Mon Sep 17 00:00:00 2001 From: mr-toolcraft <169016260+mr-toolcraft@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:13:07 +0200 Subject: [PATCH] fix typo --- extensions/fake-vcgencmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/fake-vcgencmd.sh b/extensions/fake-vcgencmd.sh index 1e4b399a8c..2f6e9e7ec5 100644 --- a/extensions/fake-vcgencmd.sh +++ b/extensions/fake-vcgencmd.sh @@ -11,6 +11,6 @@ function pre_umount_final_image__install_fake_vcgencmd() { run_host_command_logged curl -vo "${MOUNT}"/usr/share/doc/fake_vcgencmd/LICENSE "https://raw.githubusercontent.com/clach04/fake_vcgencmd/0.0.2/LICENSE" run_host_command_logged curl -vo "${MOUNT}"/usr/share/doc/fake_vcgencmd/README.md "https://raw.githubusercontent.com/clach04/fake_vcgencmd/0.0.2/README.md" else - display_alert "Omitting installattion on Raspberry Pi boards as these ship the original vcgencmd" "${EXTENSION}" "info" + display_alert "Omitting installation on Raspberry Pi boards as these ship the original vcgencmd" "${EXTENSION}" "info" fi }