diff --git a/mango b/mango index fd8dd8f..e6007a6 100755 Binary files a/mango and b/mango differ diff --git a/src/config.cr b/src/config.cr index be9be41..2ea70f0 100644 --- a/src/config.cr +++ b/src/config.cr @@ -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..."