lib/cocoapods-tdfire-binary/command/assemble.rb in cocoapods-tdfire-binary-1.0.5 vs lib/cocoapods-tdfire-binary/command/assemble.rb in cocoapods-tdfire-binary-1.0.6
- old
+ new
@@ -28,10 +28,10 @@
def run_command(command_class, argv = [])
lint = command_class::new(CLAide::ARGV.new(argv))
lint.validate!
lint.run
- Tdfire::BinaryStateStore.printed_pods.clear
+ Pod::Tdfire::BinaryStateStore.printed_pods.clear
end
end
end
end
end
\ No newline at end of file