# File lib/capistrano/recipes/deploy/strategy/checkout.rb, line 13
          def command
            @command ||= source.checkout(revision, configuration[:release_path])
          end