From 32cfab57839ceff79c8fa1045fc4708900586d85 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 1a618d3..3c7443c 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 }