[vhffs-dev] [1877] using "git config" instead of git-config |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1877
Author: gradator
Date: 2011-07-21 15:04:36 +0200 (Thu, 21 Jul 2011)
Log Message:
-----------
using "git config" instead of git-config
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Robots/Git.pm
Modified: trunk/vhffs-api/src/Vhffs/Robots/Git.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Git.pm 2011-07-14 10:24:30 UTC (rev 1876)
+++ trunk/vhffs-api/src/Vhffs/Robots/Git.pm 2011-07-21 13:04:36 UTC (rev 1877)
@@ -99,8 +99,8 @@
if( $git->get_ml_name !~ /^\s*$/ ) {
system('cp %VHFFS_BOTS_DIR%/misc/git_post-receive '.$dir.'/hooks/post-receive' );
- system('git-config -f '.$dir.'/config hooks.mailinglist '.$git->{ml_name} );
- system('git-config -f '.$dir.'/config hooks.envelopesender '.$mail_from );
+ system('git config -f '.$dir.'/config hooks.mailinglist '.$git->{ml_name} );
+ system('git config -f '.$dir.'/config hooks.envelopesender '.$mail_from );
}
return 0;