gitolite/commands/setup -> gitolite/setup
This commit is contained in:
parent
dfccf1b0de
commit
4ab8db4925
|
@ -1,4 +1,4 @@
|
||||||
package Gitolite::Commands::Setup;
|
package Gitolite::Setup;
|
||||||
|
|
||||||
# implements 'gitolite setup'
|
# implements 'gitolite setup'
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
4
gitolite
4
gitolite
|
@ -48,8 +48,8 @@ sub args {
|
||||||
|
|
||||||
if ( $command eq 'setup' ) {
|
if ( $command eq 'setup' ) {
|
||||||
shift @ARGV;
|
shift @ARGV;
|
||||||
require Gitolite::Commands::Setup;
|
require Gitolite::Setup;
|
||||||
Gitolite::Commands::Setup->import;
|
Gitolite::Setup->import;
|
||||||
setup();
|
setup();
|
||||||
} elsif ( $command eq 'compile' ) {
|
} elsif ( $command eq 'compile' ) {
|
||||||
shift @ARGV;
|
shift @ARGV;
|
||||||
|
|
Loading…
Reference in a new issue