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

🐛 Fix fun advices filenames #285

Merged
merged 1 commit into from
Oct 11, 2019
Merged

🐛 Fix fun advices filenames #285

merged 1 commit into from
Oct 11, 2019

Conversation

robdy
Copy link
Contributor

@robdy robdy commented Oct 11, 2019

PR Summary

I noticed that the cmdlets Show-Advice -Name Fun* are not working and gives the following error:
image

It's caused by wrong naming (missing .Advice part) so I renamed them.

Context

No context, just my observation while playing with the tool

Changes

  • File renamed FunWithGUIs.json =>FunWithGUIs.Advice.json
  • File renamed FunWithCats.json =>FunWithCats.Advice.json

Checklist

  • Pull Request has a meaningful title.
  • Summarised changes.
  • Pull Request is ready to merge & is not WIP.
  • Added tests / only testable interactively.
    • Make sure you add a new test if old tests do not effectively test the code changed.
  • Added documentation / opened issue to track adding documentation at a later date.

@vexx32
Copy link
Owner

vexx32 commented Oct 11, 2019

Oh, look at that, I completely missed that. Thanks for this!

Can you also open a new issue so I remember we also need to update those commands to throw a more clear error when it can't find a file? The error message is very confusing and doesn't give proper information. 😁

@vexx32 vexx32 merged commit 785883c into vexx32:master Oct 11, 2019
@robdy robdy deleted the fix-advices branch October 11, 2019 19:50
@robdy robdy mentioned this pull request Oct 12, 2019
5 tasks
@vexx32 vexx32 added the Category-Module Pertaining to the module's functionality itself. label Oct 20, 2019
@vexx32 vexx32 added this to In Progress in Module Features / Bugfixes Progress via automation Oct 20, 2019
@vexx32 vexx32 moved this from In Progress to Closed in Module Features / Bugfixes Progress Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category-Module Pertaining to the module's functionality itself.
Development

Successfully merging this pull request may close these issues.

None yet

2 participants