File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
A prebuilt [ release] [ github-release-link ] binary can be downloaded by running:
16
16
17
17
``` bash
18
- $ wget -q https://github.com/joshdk/retry/releases/download/v1.1 .0/retry-linux-amd64.tar.gz
18
+ $ wget -q https://github.com/joshdk/retry/releases/download/v1.2 .0/retry-linux-amd64.tar.gz
19
19
$ tar -xf retry-linux-amd64.tar.gz
20
20
$ sudo install retry /usr/bin/retry
21
21
```
@@ -67,7 +67,7 @@ Usage: retry [flags] command|url
67
67
-task-time duration
68
68
maximum time for a single attempt
69
69
-version
70
- print the version " 1.1 .0" and exit
70
+ print the version " 1.2 .0" and exit
71
71
```
72
72
73
73
### Running a command
@@ -184,8 +184,8 @@ This code is distributed under the [MIT License][license-link], see [LICENSE.txt
184
184
[github-release-link]: https://github.com/joshdk/retry/releases
185
185
[go-report-card-badge]: https://goreportcard.com/badge/github.com/joshdk/retry
186
186
[go-report-card-link]: https://goreportcard.com/report/github.com/joshdk/retry
187
- [godoc-badge]: https://godoc.org/ github.com/joshdk/retry/retry?status.svg
188
- [godoc-link]: https://godoc.org /github.com/joshdk/retry/retry
187
+ [godoc-badge]: https://pkg.go.dev/badge/ github.com/joshdk/retry/retry
188
+ [godoc-link]: https://pkg.go.dev /github.com/joshdk/retry/retry
189
189
[license-badge]: https://img.shields.io/badge/license-MIT-green.svg
190
190
[license-file]: https://github.com/joshdk/retry/blob/master/LICENSE.txt
191
191
[license-link]: https://opensource.org/licenses/MIT
You can’t perform that action at this time.
0 commit comments