From afcd7ec7f45fd7db4b5c7386ce8d96b55c37192c Mon Sep 17 00:00:00 2001 From: oh Date: Sat, 3 Oct 2015 22:40:28 +0200 Subject: [PATCH] Typo. --- kernel-install-hook-arch.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-install-hook-arch.install b/kernel-install-hook-arch.install index fa4c7c9..0d71678 100755 --- a/kernel-install-hook-arch.install +++ b/kernel-install-hook-arch.install @@ -2,10 +2,10 @@ case $1 in add) - hasboot index + hashboot index ;; remove) - hasboot index + hashboot index ;; esac