From 6992ea159baf336d56a7c0ad3b6bfaacac3db837 Mon Sep 17 00:00:00 2001 From: shined day <shinedday@gmail.com> Date: Fri, 7 May 2021 06:25:30 +0000 Subject: [PATCH] Update script.sh --- script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script.sh b/script.sh index 0610293..53aa01a 100644 --- a/script.sh +++ b/script.sh @@ -56,17 +56,17 @@ if [ $LocalOnly = false ]; then updateremote "$COREBRANCH" "true" "dist/pyAmakCore-0.0.1-py3-none-any.whl" cd ../pyamak-ihm/ - updateremote "$COREBRANCH" "true" "dist/pyAmakCore-0.0.1-py3-none-any.whl" + updateremote "$COREBRANCH" "true" "dist/pyAmakIHM-0.0.1-py3-none-any.whl" cd ../philosopher_example/ - updateremote "$COREBRANCH" "false" "dist/pyAmakCore-0.0.1-py3-none-any.whl" + updateremote "$COREBRANCH" "false" "" cd ../ else cd ./pyamak-noyau/ compilelib "dist/pyAmakCore-0.0.1-py3-none-any.whl" cd ../pyamak-ihm/ - compilelib "dist/pyAmakCore-0.0.1-py3-none-any.whl" + compilelib "dist/pyAmakIHM-0.0.1-py3-none-any.whl" cd ../philosopher_example/ if [ $LAUNCHMAIN = true ]; then -- GitLab