From 23da7d50de6fa6a3e42732e490a4792641cb2dc2 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:58:09 -0400 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index d9c84f6..253d2de 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -32,7 +32,7 @@ kernel_options() { output "" ;; * ) output "You did not enter a valid selection." - theme_options + kernel_options esac }