This commit is contained in:
Jephté Clain 2015-03-23 14:01:18 +04:00
parent 8deda74956
commit 26aa98f81c
1 changed files with 1 additions and 1 deletions

2
prel
View File

@ -266,7 +266,7 @@ Vous allez créer la nouvelle release branch ${COULEUR_VERTE}$release${COULEUR_N
if [ "$r" -eq 0 -a -n "$newver" -a -n "$write" ]; then
if pver -uv "$newver"; then
git add -A
git commit -m "Initialiser la version $newver"
git commit -m "Init version $newver"
fi
fi
fi