0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00

Fixed the link of retry one-liner in readme.md

This commit is contained in:
Prarup Gurung 2022-07-20 10:13:51 +05:45
parent 99a594b5dd
commit 5ad33aa176
No known key found for this signature in database
GPG Key ID: A65E2A2AEF211A83

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: 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 ```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 ## Usage