sct/lib/sct/cli_tools_distributor.rb in sct-0.1.20 vs sct/lib/sct/cli_tools_distributor.rb in sct-0.1.21
- old
+ new
@@ -38,9 +38,13 @@
else
require "sct/commands_generator"
Sct::CommandsGenerator.start
end
+ ensure
+ SctCore::UpdateChecker.start_looking_for_update('sct')
+ SctCore::UpdateChecker.show_update_status('sct', Sct::VERSION)
end
+
end
end
end
\ No newline at end of file