diff --git a/get-ci-wrapper.sh b/get-ci-wrapper.sh index e989c80c27b928200f47f3c7bc703667606a0206..4af51f135c3b22a49d6e840e80cb636a41146286 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 : \nexport 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"