Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize symbols in Gitolite::Config::Repo #27

Open
wingrunr21 opened this issue Aug 3, 2012 · 2 comments
Open

Normalize symbols in Gitolite::Config::Repo #27

wingrunr21 opened this issue Aug 3, 2012 · 2 comments
Assignees
Milestone

Comments

@wingrunr21
Copy link
Owner

When add_permission is called, specifying a symbol will succeed in the regex match but will create different entries within the permissions hash. Symbols should be normalized to strings to prevent this behavior.

@ghost ghost assigned wingrunr21 Aug 3, 2012
@apfohl
Copy link
Contributor

apfohl commented Nov 27, 2012

Why not use .to_s?

@wingrunr21
Copy link
Owner Author

Probably will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants