-
Notifications
You must be signed in to change notification settings - Fork 273
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
Add missing spaces to pull
explanation
#4361
Add missing spaces to pull
explanation
#4361
Conversation
Hey @JohanWinther, thanks for noticing this and putting together a PR!
For this sort of thing, a screenshot or paste like what you have in the description is sufficient for testing. Screenshot is better though — because I think if you doublecheck you will find that this PR doesn't produce exactly the output you have in the "After" section. The bug you found is pretty subtle: The correct fix is change |
Yes, screenshot is better because I didn't actually paste in what the new version would output, I added what should be the result. I was too lazy to actually pull down the repo and figure out how to compile it and test it out, since I thought the change was trivial. Thanks for being diligent :)
I sort of understood that
I will try to do these changes and actually compile and test locally. Thanks for the explanation 👍 |
@aryairani I've pushed the changes and updated the description to include a screenshot |
Awesome! |
Oh, @JohanWinther would you also add yourself to |
@aryairani Done! Sorry for the long wait, I missed the notification. |
No worries, thanks! |
Oh... I thought I had queued it to merge. |
Overview
Adds missing spaces to the explanation of all the
pull
commands.Before:
After:
Test coverage
No changes to tests needed.