fix tz newline

This commit is contained in:
Ben Harris 2020-08-02 11:57:15 -04:00
parent 0b067b017c
commit f4c330d67e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ sep
puts "step 4:"
puts " great, let's set up your timezone!"
puts
tz = %x{tzselect}
tz = %x{tzselect}.chomp
puts
puts " you selected #{tz}, adding this to your ~/.profile now"
puts " it might not take effect until you log out and back in"