lib/big_keeper/command/pod/podfile.rb in kookeeper-2.0.0 vs lib/big_keeper/command/pod/podfile.rb in kookeeper-3.0.0

- old
+ new

@@ -14,10 +14,10 @@ BigkeeperParser.parse("#{path}/Bigkeeper") # Get modules' name # module_list = BigkeeperParser.module_names # initialize PodfileDetector detector = PodfileParser.instance - detactor.parse + detector.parse("#{path}") # Get unlocked third party pods list unlock_pod_list = detector.get_unlock_pod_list # Print out unlock pod list unlock_pod_list.each do |pod_name| Logger.default("#{pod_name} should be locked.")