Skip to content

Commit

Permalink
fix: list-all (#4)
Browse files Browse the repository at this point in the history
* docs: update badges

* fix: list-all command
  • Loading branch information
jthegedus committed Mar 2, 2020
1 parent 8d4d1e9 commit e63974a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# asdf-gcloud ![Shellcheck](https://github.com/jthegedus/asdf-gcloud/workflows/Shellcheck/badge.svg)
# asdf-gcloud ![Build](https://github.com/jthegedus/asdf-gcloud/workflows/Build/badge.svg) ![Lint](https://github.com/jthegedus/asdf-gcloud/workflows/Lint/badge.svg)

GCloud CLI plugin for [asdf](https://asdf-vm.com) version manager.

Expand Down Expand Up @@ -55,4 +55,3 @@ Contributions of any kind welcome! See the [contributing guide](contributing.md)
# License

[MIT License](LICENSE) © [James Hegedus](https://github.com/jthegedus/)

2 changes: 1 addition & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ function list_all() {
done
}

list_all | sort -V
list_all | sort -V | tr '\n' ' '

0 comments on commit e63974a

Please sign in to comment.