From dbc7d15c721ddefb4b52ed7801f0588ea44b08f3 Mon Sep 17 00:00:00 2001 From: su8 Date: Sun, 8 Apr 2018 20:33:35 +0200 Subject: [PATCH] Update set.pl --- set.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set.pl b/set.pl index d3bb3b3..d162a9d 100644 --- a/set.pl +++ b/set.pl @@ -105,7 +105,7 @@ sub reflace_single { ); my $hasMatch = any { $_ eq $osEntered } @osArr; if ($hasMatch eq "") { - print GREEN, "Pick one base: ", BLUE, "@osArr\n", RESET; + print GREEN, "Pick one base: ", BRIGHT_BLUE, "@osArr\n", RESET; die RED, "Invalid \"$osEntered\" - OS/Distro supplied.", RESET; } -- 2.11.0