gitolite/commands/setup -> gitolite/setup

This commit is contained in:
Sitaram Chamarty 2012-03-09 17:19:29 +05:30
parent dfccf1b0de
commit 4ab8db4925
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package Gitolite::Commands::Setup;
package Gitolite::Setup;
# implements 'gitolite setup'
# ----------------------------------------------------------------------

View file

@ -48,8 +48,8 @@ sub args {
if ( $command eq 'setup' ) {
shift @ARGV;
require Gitolite::Commands::Setup;
Gitolite::Commands::Setup->import;
require Gitolite::Setup;
Gitolite::Setup->import;
setup();
} elsif ( $command eq 'compile' ) {
shift @ARGV;