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

fixes typos.

parent c78cbcc4
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,15 @@ END
)
# Creates a default config files.
echo "Creates a default config files."
_create_config
# Load the config
source "${CI_WRAPPERS_HOME}/config"
# Installs the script locally
echo "Installs the scripts"
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"
printf "\nto activate :\n\t 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