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

fixes typos.

parent 52968085
Branches
No related tags found
No related merge requests found
...@@ -33,5 +33,5 @@ source "${CI_WRAPPERS_HOME}/config" ...@@ -33,5 +33,5 @@ source "${CI_WRAPPERS_HOME}/config"
echo "Installs the scripts" echo "Installs the scripts"
curl -s https://raw.githubusercontent.com/ebpro/ciwrappers/develop/ci-wrappers.sh > "$CI_WRAPPERS_HOME"/ci-wrappers.sh 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" 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment