gitolite/commands/setup -> gitolite/setup
This commit is contained in:
parent
dfccf1b0de
commit
4ab8db4925
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
package Gitolite::Commands::Setup;
|
||||
package Gitolite::Setup;
|
||||
|
||||
# implements 'gitolite setup'
|
||||
# ----------------------------------------------------------------------
|
4
gitolite
4
gitolite
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue