Skip to content
Snippets Groups Projects
Commit 7eeb3bb7 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes typos.

parent 6d80aa34
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment