lib/eco-rake/lib/people/sync_launch.rb in eco-rake-0.2.1 vs lib/eco-rake/lib/people/sync_launch.rb in eco-rake-0.2.2
- old
+ new
@@ -104,10 +104,10 @@
def delta?
mode = snapshot_mode.to_s.downcase.to_sym
%i[partial delta].any? {|m| m == mode}
end
- def last_delta?
+ def delta_last?
snapshot_mode.to_s.downcase.to_sym == :delta_last
end
# Amont the `target_files` the last in alphabetic order.
def latest_file