Skip to content

Commit 8a2abc5

Browse files
authored
Update main.cr
1 parent 15d50bf commit 8a2abc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HackerOS-Updater/main.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def show_gui_menu
127127
puts "#{GREEN}[L]og out#{RESET} #{CYAN}- Log out from current session#{RESET}"
128128
puts "#{GREEN}[T]erminal#{RESET} #{CYAN}- Open a new Alacritty terminal#{RESET}"
129129
puts "#{GREEN}[A]utomatic Updates#{RESET} #{CYAN}- Enable automatic updates on boot#{RESET}"
130-
print "#{MAGENTA}Enter your choice (press key without Enter): #{RESET}"
130+
print "#{MAGENTA}Enter your choice: #{RESET}"
131131
choice = ""
132132
STDIN.raw do |io|
133133
byte = io.read_byte

0 commit comments

Comments
 (0)