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

Improve code readability #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rafaelfess
Copy link

The command asdf list-all dotnet-core was not working due to inexistence of argument -r on tail command.

Also improves readability of the code.

The argument `-r` does not exists on tail command
Copy link
Owner

@emersonsoares emersonsoares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, @rafaelfesi thanks for the readability improvements. The sorting problem is already solved by @gpad on #12. Can you, please update your PR with the latest changes on master and keep only the code improvements?

@@ -1,7 +1,7 @@
#!/usr/bin/env bash

RELEASES_URI=https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json
FILE="releases.json"
RELEASES_FILE="releases.json"
KEY="release-version"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about to rename KEY to VERSION_KEY?

@emersonsoares emersonsoares changed the title Fix list-all command Improve code readability Nov 27, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants