diff --git a/get-ci-wrapper.sh b/get-ci-wrapper.sh index 45b49d6d6a333455020bb6eebb6721ca3998f5cb..e989c80c27b928200f47f3c7bc703667606a0206 100755 --- a/get-ci-wrapper.sh +++ b/get-ci-wrapper.sh @@ -33,5 +33,5 @@ source "${CI_WRAPPERS_HOME}/config" 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" +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"