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

fixes typos.

parent 07173ba8
No related branches found
No related tags found
No related merge requests found
......@@ -30,3 +30,6 @@ source "${CI_WRAPPERS_HOME}/config"
# Installs the script locally
curl -s https://raw.githubusercontent.com/ebpro/ciwrappers/develop/ci-wrappers.sh > "$CI_WRAPPERS_HOME"/ci-wrappers.sh
echo "to activate :\n\t source $CI_WRAPPERS_HOME/ci-wrappers.sh"
echo "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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment