diff --git a/get-ci-wrapper.sh b/get-ci-wrapper.sh index f8602d346c687680c8794f0395ee838647794f13..14b8479eed0b9228d4e76da7b7ecccdc1e30ade1 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\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\"\n"