diff --git a/docs/registry.md b/docs/registry.md index 71d5f7317..1e929d0b6 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -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) | diff --git a/scripts/build-tarball.sh b/scripts/build-tarball.sh index e06922244..608d62965 100755 --- a/scripts/build-tarball.sh +++ b/scripts/build-tarball.sh @@ -14,7 +14,7 @@ get_os() { echo "macos" ;; *-windows-*) - echo "win" + echo "windows" ;; *-linux-*) echo "linux"