From 6d80aa346c83d7f4a8fd6825fa33b1a46e1fc066 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr> Date: Mon, 12 Dec 2022 21:21:30 +0100 Subject: [PATCH] fixes typos. --- get-ci-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-ci-wrapper.sh b/get-ci-wrapper.sh index 4af51f1..f8602d3 100755 --- a/get-ci-wrapper.sh +++ b/get-ci-wrapper.sh @@ -34,4 +34,4 @@ echo "Installs the scripts" curl -s https://raw.githubusercontent.com/ebpro/ciwrappers/develop/ci-wrappers.sh > "$CI_WRAPPERS_HOME"/ci-wrappers.sh printf "\nto activate :\n\t source $CI_WRAPPERS_HOME/ci-wrappers.sh\n\n" -printf "or add to .zshrc or .bashrc : \n\texport CI_WRAPPERS_HOME=${CI_WRAPPERS_HOME} [[ -f \"\${CI_WRAPPERS_HOME}/ci-wrappers.sh\" ]] && source \"\${CI_WRAPPERS_HOME}/ci-wrappers.sh" +printf "or add to .zshrc or .bashrc : \n\texport CI_WRAPPERS_HOME=${CI_WRAPPERS_HOME} [[ -f \"\${CI_WRAPPERS_HOME}/ci-wrappers.sh\" ]] && source \"\${CI_WRAPPERS_HOME}/ci-wrappers.sh\n" -- GitLab