File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
3
- # 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 )
3
+ # 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 )
4
4
5
5
[ oasdiff] ( https://github.com/tufin/oasdiff ) plugin for the [ asdf version manager] ( https://asdf-vm.com ) .
6
6
7
7
</div >
8
8
9
9
# Contents
10
10
11
+ - [ asdf-oasdiff ] ( #asdf-oasdiff-- )
12
+ - [ Contents] ( #contents )
11
13
- [ Dependencies] ( #dependencies )
12
14
- [ Install] ( #install )
13
15
- [ Contributing] ( #contributing )
@@ -27,7 +29,7 @@ Plugin:
27
29
``` shell
28
30
asdf plugin add oasdiff
29
31
# or
30
- asdf plugin add oasdiff https://github.com/reuvenharrison /asdf-oasdiff.git
32
+ asdf plugin add oasdiff https://github.com/oasdiff /asdf-oasdiff.git
31
33
```
32
34
33
35
oasdiff:
@@ -53,8 +55,8 @@ install & manage versions.
53
55
54
56
Contributions of any kind welcome! See the [ contributing guide] ( contributing.md ) .
55
57
56
- [ Thanks goes to these contributors] ( https://github.com/reuvenharrison /asdf-oasdiff/graphs/contributors ) !
58
+ [ Thanks goes to these contributors] ( https://github.com/oasdiff /asdf-oasdiff/graphs/contributors ) !
57
59
58
60
# License
59
61
60
- See [ LICENSE] ( LICENSE ) © [ Reuven ] ( https://github.com/reuvenharrison/ )
62
+ See [ LICENSE] ( LICENSE )
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ Testing Locally:
5
5
``` shell
6
6
asdf plugin test < plugin-name> < plugin-url> [--asdf-tool-version < version> ] [--asdf-plugin-gitref < git-ref> ] [test-command* ]
7
7
8
- # TODO: adapt this
9
- asdf plugin test oasdiff https://github.com/reuvenharrison/asdf-oasdiff.git " oasdiff --help"
8
+ asdf plugin test oasdiff https://github.com/oasdiff/asdf-oasdiff.git " oasdiff --help"
10
9
```
11
10
12
11
Tests are automatically run in GitHub Actions on push and PR.
Original file line number Diff line number Diff line change 2
2
3
3
set -euo pipefail
4
4
5
- # TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for oasdiff.
6
- GH_REPO=" https://github.com/tufin/oasdiff"
5
+ ]GH_REPO=" https://github.com/tufin/oasdiff"
7
6
TOOL_NAME=" oasdiff"
8
7
TOOL_TEST=" oasdiff --help"
9
8
You can’t perform that action at this time.
0 commit comments