mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
- add missing space in the confirmation on creating default config
This commit is contained in:
parent
129f5da1db
commit
7511e333fc
@ -20,7 +20,7 @@ class Config
|
|||||||
return self.from_yaml File.read cfg_path
|
return self.from_yaml File.read cfg_path
|
||||||
end
|
end
|
||||||
puts "The config file #{cfg_path} does not exist." \
|
puts "The config file #{cfg_path} does not exist." \
|
||||||
"Do you want mango to dump the default config there? [Y/n]"
|
" Do you want mango to dump the default config there? [Y/n]"
|
||||||
input = gets
|
input = gets
|
||||||
if input && input.downcase == "n"
|
if input && input.downcase == "n"
|
||||||
abort "Aborting..."
|
abort "Aborting..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user