- add missing space in the confirmation on creating default config

This commit is contained in:
Alex Ling 2020-02-14 16:25:09 +00:00
parent 129f5da1db
commit 7511e333fc
2 changed files with 1 additions and 1 deletions

BIN
mango

Binary file not shown.

View File

@ -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..."