lib/neetob/cli/monthly_audit/perform.rb in neetob-0.5.23 vs lib/neetob/cli/monthly_audit/perform.rb in neetob-0.5.24

- old
+ new

@@ -29,9 +29,10 @@ ui.info "\n" InstancesAndAddons::Main.new.run ui.info "\n" Misc::Main.new.run ui.info "\n" + `rm -rf /tmp/neetob` ui.success("## Audit for #{month} completed successfully.") ui.success("## Audit report is written to #{markdown_file_name}") ui.success("## Please update the manual audit part and post the audit in Github.") end end