From 5188ec48ed37eb2c26c7a902a3a2d0e688b12c33 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Fri, 3 Sep 2010 08:51:16 +0530 Subject: [PATCH] fix a comment typo which totally changed the meaning! --- src/gl-auth-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl-auth-command b/src/gl-auth-command index 45e6ced..958eb5b 100755 --- a/src/gl-auth-command +++ b/src/gl-auth-command @@ -195,7 +195,7 @@ if ($perm =~ /C/) { # it was missing, and you have create perms wrap_chdir("$ENV{GL_REPO_BASE_ABS}"); new_repo($repo, "$GL_ADMINDIR/hooks/common", $user); - # note pwd is not the bare "repo.git"; new_repo does that... + # note pwd is now the bare "repo.git"; new_repo does that... wrap_print("gl-perms", "$GL_WILDREPOS_DEFPERMS\n") if $GL_WILDREPOS_DEFPERMS; &setup_repo_configs($repo, \%repo_config); &setup_daemon_access($repo);