Skip to content

Commit

Permalink
fix: update bin & pipx plugins (#891)
Browse files Browse the repository at this point in the history
Co-authored-by: James Hegedus <[email protected]>
  • Loading branch information
yozachar and jthegedus authored Nov 9, 2023
1 parent 2e694be commit 3594ba8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 18.14.0
nodejs 18.18.0
shellcheck 0.9.0
shfmt 3.6.0
shfmt 3.7.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
| bbr-s3-config-validator | [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-bbr.yml/badge.svg?branch=main)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-bbr.yml) |
| benthos | [benthosdev/benthos-asdf](https://github.com/benthosdev/benthos-asdf) | [![Build Status](https://github.com/benthosdev/benthos-asdf/actions/workflows/build.yml/badge.svg)](https://github.com/benthosdev/benthos-asdf/actions/workflows/build.yml) |
| bfs | [virtualroot/asdf-bfs](https://github.com/virtualroot/asdf-bfs) | [![Build Status](https://github.com/virtualroot/asdf-bfs/actions/workflows/build.yml/badge.svg)](https://github.com/virtualroot/asdf-bfs) |
| Bin | [joe733/asdf-bin](https://github.com/joe733/asdf-bin) | [![Build Status](https://github.com/joe733/asdf-bin/actions/workflows/build.yml/badge.svg)](https://github.com/joe733/asdf-bin) |
| Bin | [yozachar/asdf-bin](https://github.com/yozachar/asdf-bin) | [![Build Status](https://github.com/yozachar/asdf-bin/actions/workflows/build.yml/badge.svg)](https://github.com/yozachar/asdf-bin) |
| binnacle | [Traackr/asdf-binnacle](https://github.com/Traackr/asdf-binnacle) | [![Build Status](https://travis-ci.org/Traackr/asdf-binnacle.svg?branch=master)](https://travis-ci.org/Traackr/asdf-binnacle) |
| Bitwarden | [vixus0/asdf-bitwarden](https://github.com/vixus0/asdf-bitwarden) | [![Build Status](https://travis-ci.com/vixus0/asdf-bitwarden.svg?branch=master)](https://travis-ci.com/vixus0/asdf-bitwarden) |
| bitwarden-secrets-manager | [vixus0/asdf-bitwarden](https://github.com/vixus0/asdf-bitwarden) | [![Build Status](https://travis-ci.com/vixus0/asdf-bitwarden.svg?branch=master)](https://travis-ci.com/vixus0/asdf-bitwarden) |
Expand Down Expand Up @@ -527,7 +527,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
| PHP | [asdf-community/asdf-php](https://github.com/asdf-community/asdf-php) | [![Build status](https://github.com/asdf-community/asdf-php/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-php/actions) |
| pint | [sam-burrell/asdf-pint](https://github.com/sam-burrell/asdf-pint) | [![Build Status](https://github.com/sam-burrell/asdf-pint/workflows/ci/badge.svg?branch=main)](https://github.com/sam-burrell/asdf-pint/actions/workflows/ci.yml) |
| pipectl | [pipe-cd/asdf-pipectl](https://github.com/pipe-cd/asdf-pipectl) | [![Build Status](https://github.com/pipe-cd/asdf-pipectl/actions/workflows/build.yml/badge.svg)](https://github.com/pipe-cd/asdf-pipectl/actions) |
| pipx | [joe733/asdf-pipx](https://github.com/joe733/asdf-pipx) | [![Build Status](https://github.com/joe733/asdf-pipx/actions/workflows/build.yml/badge.svg)](https://github.com/joe733/asdf-pipx/actions/workflows/build.yml) |
| pipx | [yozachar/asdf-pipx](https://github.com/yozachar/asdf-pipx) | [![Build Status](https://github.com/yozachar/asdf-pipx/actions/workflows/build.yml/badge.svg)](https://github.com/yozachar/asdf-pipx/actions/workflows/build.yml) |
| pivnet | [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-pivnet.yml/badge.svg?branch=main)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-pivnet.yml) |
| Please | [asdf-community/asdf-please](https://github.com/asdf-community/asdf-please) | [![Build status](https://github.com/asdf-community/asdf-please/workflows/Build/badge.svg?branch=master)](https://github.com/asdf-community/asdf-please/actions) |
| Pluto | [FairwindsOps/asdf-pluto](https://github.com/FairwindsOps/asdf-pluto) | [![GitHub Actions Status](https://github.com/FairwindsOps/asdf-pluto/workflows/master/badge.svg?branch=master)](https://github.com/FairwindsOps/asdf-pluto/actions) |
Expand Down
2 changes: 1 addition & 1 deletion plugins/bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/joe733/asdf-bin.git
repository = https://github.com/yozachar/asdf-bin.git
2 changes: 1 addition & 1 deletion plugins/pipx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/joe733/asdf-pipx.git
repository = https://github.com/yozachar/asdf-pipx.git

0 comments on commit 3594ba8

Please sign in to comment.