mirror of https://github.com/getmango/Mango.git
- 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
|
||||
end
|
||||
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
|
||||
if input && input.downcase == "n"
|
||||
abort "Aborting..."
|
||||
|
|
Loading…
Reference in New Issue