Use single quote strings

This commit is contained in:
Nanda Lopes
2020-12-13 17:42:11 -03:00
parent d5bc548240
commit 6b7ea27984

View File

@@ -358,13 +358,13 @@ def apply_theme_to_iterm_profile_idx(index, color_scheme_path)
end
def success_msg(action)
puts ""
puts " _ _ _ "
puts " | | | | | | "
puts " | |___| |_____ __| | ____ "
puts " |_____ (____ |/ _ |/ ___) "
puts " _____| / ___ ( (_| | | "
puts " (_______\_____|\____|_| "
puts ""
puts ''
puts ' _ _ _ '
puts ' | | | | | | '
puts ' | |___| |_____ __| | ____ '
puts ' |_____ (____ |/ _ |/ ___) '
puts ' _____| / ___ ( (_| | | '
puts ' (_______\_____|\____|_| '
puts ''
puts "YADR has been #{action}. Please restart your terminal and vim."
end