Merge pull request #6 from grgprarup/fix-link-in-readme

Fixed the link of retry one-liner in readme.md
This commit is contained in:
Willy Kloucek 2022-07-20 07:25:51 +02:00 committed by GitHub
commit 68d26abc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Install:
retry is a shell script, so drop it somewhere and make sure it's added to your \$PATH. Or you can use the following one-liner:
```Shell
curl -SsfL -o /usr/local/bin/retry https://raw.githubusercontent.com/owncloud-ops/retry/master/retry && chmod +x /usr/local/bin/retry"
curl -SsfL -o /usr/local/bin/retry https://raw.githubusercontent.com/owncloud-ci/retry/master/retry && chmod +x /usr/local/bin/retry
```
## Usage