From d87f68be234d4bcf1a7f8985523f52641ab0ab71 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno <emmanuelbruno@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:25:22 +0100 Subject: [PATCH] Update README.md fixes stable script URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdc5c64..302e20a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A sets a utility bash functions for Continuous Integration C.I. Install with : ```bash -curl -s https://bruno.univ-tln.fr/get-ci-wrapper.sh | bash +curl -s https://raw.githubusercontent.com/ebpro/ciwrappers/develop/ci-wrappers.sh | bash ``` To use it in the current shell : -- GitLab