# File lib/r10k/task/module.rb, line 12
    def call
      logger.info "Deploying #{@mod.name} into #{@mod.basedir}"
      @mod.sync
    end