hotfix #2

Merged
tibo merged 18 commits from hotfix into production 2025-12-18 07:55:16 +00:00
Showing only changes of commit 3b4d658e9c - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@
CIBLE=$1
if [ "$CIBLE" == "" ]
then
Using $GIT_CURRENT_BRANCH as cible
echo "Using $GIT_CURRENT_BRANCH as cible"
CIBLE=$GIT_CURRENT_BRANCH
fi