~aleteoryx/muditaos

f9facb429991e3ac2ce08d20b3b7d1f67e240235 — alek 5 years ago b5474f4
[EGD-5003] Fix for 'test' spelling issue in bootstrap.sh

There was a spelling issues in bootstrap.sh
1 files changed, 1 insertions(+), 2 deletions(-)

M config/bootstrap.sh
M config/bootstrap.sh => config/bootstrap.sh +1 -2
@@ 67,7 67,7 @@ function setup_gcc_alternatives() {
function install_pip_packages() {
    echo -e "\e[32m${FUNCNAME[0]}\e[0m"
    pip3 install -r ${SCRIPT_DIR}/requirements.txt
    pip3 install -r ${SCRIPT_DIR}/../tests/requirements.txt
    pip3 install -r ${SCRIPT_DIR}/../test/requirements.txt
}

function install_ubuntu_packages() {


@@ 179,4 179,3 @@ do
    echo "${I}" > LAST_STEP
    I=$(( ${I} + 1 ))
done