diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-01 14:16:32 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-01 14:16:32 -0400 |
| commit | bd30adeeee4931e1897a6156472777fc0d5b3259 (patch) | |
| tree | 4078ee18b84bd4b3b9955cfa187a7c2e52738347 | |
| parent | 1046db24fcda8c3665fd2c0f70fc05e7dfd89c99 (diff) | |
bugfix: test for the correct flag in set_repo_rights
| -rwxr-xr-x | set_repo_rights | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_repo_rights b/set_repo_rights index 4de026d..11b5ef4 100755 --- a/set_repo_rights +++ b/set_repo_rights | |||
| @@ -31,7 +31,7 @@ do | |||
| 31 | shift | 31 | shift |
| 32 | QUIET=yes | 32 | QUIET=yes |
| 33 | ;; | 33 | ;; |
| 34 | --gitweb) | 34 | --public) |
| 35 | shift | 35 | shift |
| 36 | PUBLIC=yes | 36 | PUBLIC=yes |
| 37 | ;; | 37 | ;; |
