Skip to content

Commit

Permalink
fix: use "windows" instead of "win"
Browse files Browse the repository at this point in the history
Fixes #2556
  • Loading branch information
jdx committed Sep 15, 2024
1 parent a2ea77f commit 3327e8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ editLink: false
| asdf-plugin-manager | [asdf:asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager) |
| assh | [asdf:zekker6/asdf-assh](https://github.com/zekker6/asdf-assh) |
| atlas | [asdf:komi1230/asdf-atlas](https://github.com/komi1230/asdf-atlas) |
| Atmos | [asdf:cloudposse/asdf-atmos](https://github.com/cloudposse/asdf-atmos) |
| auto-doc | [asdf:looztra/asdf-auto-doc](https://github.com/looztra/asdf-auto-doc) |
| aws-amplify-cli | [asdf:LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli) |
| aws-copilot | [asdf:NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot) |
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get_os() {
echo "macos"
;;
*-windows-*)
echo "win"
echo "windows"
;;
*-linux-*)
echo "linux"
Expand Down

0 comments on commit 3327e8c

Please sign in to comment.