fixed up several broken URLs (minor but annoying)
[gitolite.git] / src / commands / print-default-rc
blob79b88c1131919e7e561a582745af65244846cd8d
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
5 use lib $ENV{GL_LIBDIR};
6 use Gitolite::Rc;
8 print glrc('default-text');