Skip to content

Commit

Permalink
Update updatecli repository reference
Browse files Browse the repository at this point in the history
  • Loading branch information
treezio committed Oct 27, 2023
1 parent 2623e5c commit 18904f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
| typos | [aschiavon91/asdf-typos](https://github.com/aschiavon91/asdf-typos) | [![Build Status](https://github.com/aschiavon91/asdf-typos/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/aschiavon91/asdf-typos/actions/workflows/build.yml) |
| uaa-cli | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | [![Build Status](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-uaa-cli.yml/badge.svg?branch=main)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-uaa-cli.yml) |
| Unison | [susurri/asdf-unison](https://github.com/susurri/asdf-unison) | [![Build](https://github.com/susurri/asdf-unison/actions/workflows/build.yml/badge.svg)](https://github.com/susurri/asdf-unison/actions/workflows/build.yml) |
| updatecli | [treezio/asdf-updatecli](https://github.com/treezio/asdf-updatecli) | [![Build](https://github.com/treezio/asdf-updatecli/actions/workflows/build.yml/badge.svg)](https://github.com/treezio/asdf-updatecli/actions/workflows/build.yml) |
| updatecli | [updatecli/asdf-updatecli](https://github.com/updatecli/asdf-updatecli) | [![Build](https://github.com/updatecli/asdf-updatecli/actions/workflows/build.yml/badge.svg)](https://github.com/updatecli/asdf-updatecli/actions/workflows/build.yml) |
| upt | [ORCID/asdf-upt](https://github.com/ORCID/asdf-upt) | [![Build](https://github.com/ORCID/asdf-upt/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-upt/actions/workflows/build.yml) |
| upx | [jimmidyson/asdf-upx](https://github.com/jimmidyson/asdf-upx) | [![Build Status](https://github.com/jimmidyson/asdf-upx/workflows/ci/badge.svg?branch=main)](https://github.com/jimmidyson/asdf-upx/actions) |
| usql | [itspngu/asdf-usql](https://github.com/itspngu/asdf-usql) | [![CI](https://github.com/itspngu/asdf-usql/workflows/CI/badge.svg)](https://github.com/itspngu/asdf-usql/actions/workflows/test.yml) |
Expand Down
2 changes: 1 addition & 1 deletion plugins/updatecli
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/treezio/asdf-updatecli.git
repository = https://github.com/updatecli/asdf-updatecli.git
2 changes: 1 addition & 1 deletion scripts/format.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ shfmt --language-dialect bash --indent 2 --write \
printf "\n* %s\n\n" "Formatting markdown..."

# format Markdown files.
npx -y prettier --write \
npx prettier --write \
./**/*.md

printf "\n* %s\n" "Formatting complete!"

0 comments on commit 18904f4

Please sign in to comment.