lib/backup/syncer/base.rb in backup-3.0.19 vs lib/backup/syncer/base.rb in backup-3.0.20
- old
+ new
@@ -1,10 +1,10 @@
# encoding: utf-8
module Backup
module Syncer
class Base
- include Backup::CLI
+ include Backup::CLI::Helpers
include Backup::Configuration::Helpers
end
end
end