lib/backup/syncer/rsync/pull.rb in backup-3.0.23 vs lib/backup/syncer/rsync/pull.rb in backup-3.0.24
- old
+ new
@@ -25,10 +25,10 @@
end
private
##
- # Return expanded @path
+ # Return expanded @path, since this path is local
def dest_path
@dest_path ||= File.expand_path(@path)
end
end