bin/srd in sifttter-redux-0.4.1 vs bin/srd in sifttter-redux-0.4.2
- old
+ new
@@ -76,10 +76,10 @@
if Configuration['sifttter_redux']['version'].nil? || Gem::Version.new(Configuration['sifttter_redux']['version']) < Gem::Version.new(NEWEST_CONFIG_VERSION)
CLIMessage::info('This version needs to make some config changes.')
CLIMessage::info("Don't worry; when prompted, original values to existing config options will be presented.")
CLIMessage::prompt("Press enter to continue")
- SifttterRedux::init
+ SifttterRedux::init(true)
exit!
end
else
# Force the user to initialize if they try to execute first.
CLIMessage::info('You need to initialize Sifttter Redux first...') unless command.name_for_help[0] == 'init'