Skip to content

Commit

Permalink
handle TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jul 3, 2023
1 parent 92a59c4 commit 02a6921
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<div align="center">

# asdf-oasdiff [![Build](https://github.com/reuvenharrison/asdf-oasdiff/actions/workflows/build.yml/badge.svg)](https://github.com/reuvenharrison/asdf-oasdiff/actions/workflows/build.yml) [![Lint](https://github.com/reuvenharrison/asdf-oasdiff/actions/workflows/lint.yml/badge.svg)](https://github.com/reuvenharrison/asdf-oasdiff/actions/workflows/lint.yml)
# asdf-oasdiff [![Build](https://github.com/oasdiff/asdf-oasdiff/actions/workflows/build.yml/badge.svg)](https://github.com/oasdiff/asdf-oasdiff/actions/workflows/build.yml) [![Lint](https://github.com/oasdiff/asdf-oasdiff/actions/workflows/lint.yml/badge.svg)](https://github.com/oasdiff/asdf-oasdiff/actions/workflows/lint.yml)

[oasdiff](https://github.com/tufin/oasdiff) plugin for the [asdf version manager](https://asdf-vm.com).

</div>

# Contents

- [asdf-oasdiff ](#asdf-oasdiff--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
Expand All @@ -27,7 +29,7 @@ Plugin:
```shell
asdf plugin add oasdiff
# or
asdf plugin add oasdiff https://github.com/reuvenharrison/asdf-oasdiff.git
asdf plugin add oasdiff https://github.com/oasdiff/asdf-oasdiff.git
```

oasdiff:
Expand All @@ -53,8 +55,8 @@ install & manage versions.

Contributions of any kind welcome! See the [contributing guide](contributing.md).

[Thanks goes to these contributors](https://github.com/reuvenharrison/asdf-oasdiff/graphs/contributors)!
[Thanks goes to these contributors](https://github.com/oasdiff/asdf-oasdiff/graphs/contributors)!

# License

See [LICENSE](LICENSE) © [Reuven](https://github.com/reuvenharrison/)
See [LICENSE](LICENSE)
3 changes: 1 addition & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Testing Locally:
```shell
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

# TODO: adapt this
asdf plugin test oasdiff https://github.com/reuvenharrison/asdf-oasdiff.git "oasdiff --help"
asdf plugin test oasdiff https://github.com/oasdiff/asdf-oasdiff.git "oasdiff --help"
```

Tests are automatically run in GitHub Actions on push and PR.
3 changes: 1 addition & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

set -euo pipefail

# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for oasdiff.
GH_REPO="https://github.com/tufin/oasdiff"
]GH_REPO="https://github.com/tufin/oasdiff"
TOOL_NAME="oasdiff"
TOOL_TEST="oasdiff --help"

Expand Down

0 comments on commit 02a6921

Please sign in to comment.