lib/TokiCLI/app.rb in TokiCLI-0.0.7 vs lib/TokiCLI/app.rb in TokiCLI-0.0.8

- old
+ new

@@ -6,10 +6,10 @@ desc "scan", "Scan /Applications to resolve app names" def scan toki = create_toki(options) bundle_ids = toki.get_bundle_ids - path = "#{Dir.home}/.toki_cli" + path = "#{Dir.home}/.TokiCLI" Dir.mkdir path unless Dir.exist? path f = File.new "#{path}/apps.json", "w" f.write bundle_ids.to_json f.close puts "\nDone.\n\n"