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

Documentation: gort digispark install does more than just downloading the software #55

Open
christophberger opened this issue Jul 20, 2017 · 7 comments
Labels

Comments

@christophberger
Copy link

Hi,

Minor issue.

gort's help text says:

gort digispark install # installs software to upload firmware to Digispark
gort digispark upload [littlewire] # uploads firmware to Digispark

but actually go digispark install does both steps in one: install software to upload firmware to Digispark, AND upload firmware (littlewire) to Digispark.

So the actual behavior is not in line with the help text.

@deadprogram
Copy link
Member

Hi @christophberger you are indeed correct, seems like this line of code https://github.com/hybridgroup/gort/blob/master/commands/digispark.go#L42 should be removed.

Want to create a PR with that change? :)

@christophberger
Copy link
Author

Sure. Shall I create the PR against the dev branch, since the fix does change the behavior?

@deadprogram
Copy link
Member

Yes, please, and thank you!

@christophberger
Copy link
Author

Looks like dev is behind master. digispark.go still contains the old invalid urls to littlewire.cc on dev. What's the best way to move forward?

@deadprogram
Copy link
Member

I just rebased master into dev, so you should be good to go now. Sorry about that.

christophberger added a commit to christophberger/gort that referenced this issue Jul 26, 2017
…cs say

Signed-off-by: christophberger <christophberger@users.noreply.github.com>
@christophberger
Copy link
Author

No problem. I created a PR just now.

deadprogram added a commit that referenced this issue Jul 26, 2017
Fix issue #55 - go digispark install does more than the docs say
@deadprogram
Copy link
Member

Thanks for the PR. I will leave the issue open until the next release of Gort.

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

No branches or pull requests

2 participants