Use single quote strings
This commit is contained in:
16
Rakefile
16
Rakefile
@@ -358,13 +358,13 @@ def apply_theme_to_iterm_profile_idx(index, color_scheme_path)
|
|||||||
end
|
end
|
||||||
|
|
||||||
def success_msg(action)
|
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."
|
puts "YADR has been #{action}. Please restart your terminal and vim."
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user