lib/gito/project.rb in gito-0.4.4 vs lib/gito/project.rb in gito-0.4.5

- old
+ new

@@ -55,10 +55,10 @@ # AppUtils::execute '. '+temp_script_name # AppUtils::execute 'rm -rf ' + temp_script_name puts "-------------------------------------------" puts "Please change directory" - puts "cd #{destination.yellow}" + puts "cd #{@destination_dir.yellow}" puts "-------------------------------------------" end def install_dependencies file = open(@detector_json_path) {|f| f.read }