From 5ad33aa1764e4ef204b6b1e18195b23f0d301147 Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Wed, 20 Jul 2022 10:13:51 +0545 Subject: [PATCH] Fixed the link of retry one-liner in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aef7c07..a567e0c 100644 --- a/README.md +++ b/README.md @@ -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