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

Typo in configuration unset #1

Closed
halostatue opened this issue Aug 19, 2021 · 1 comment
Closed

Typo in configuration unset #1

halostatue opened this issue Aug 19, 2021 · 1 comment

Comments

@halostatue
Copy link

git_command(&["config", "unset", &scope, var]);

This produces a command line git config unset --local commit.gpgsign, but it should be git config --unset --local commit.gpgsign.

cquintana92 added a commit that referenced this issue Aug 20, 2021
@cquintana92
Copy link
Owner

cquintana92 commented Aug 20, 2021

You are right, nice catch!

Fixed in: e5ca0f7

You can grab the latest release at: https://github.com/cquintana92/git-switch-user/releases/latest

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

No branches or pull requests

2 participants