You've got an older version of git installed, that doesn't understand the -q (quiet) switch. You can either upgrade your git installation on marze.es, or you can do:
set :scm_verbose, true That'll cause capistrano to NOT emit the -q switch. - Jamis On Jul 13, 2008, at 8:29 PM, Marze wrote: > > I get this when running set :deploy_via, :remote_cache > ** [marze.es :: out] Usage: /usr/bin/git-fetch <fetch-options> > <repository> <refspec>... > > It seems the command it's not properly called, how could I fix it? > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
