correction de la création de l'archive dans programme.sh
This commit is contained in:
parent
3a3ef97ae6
commit
e3ac641fe2
|
@ -17,4 +17,4 @@ EOB
|
|||
rm -f programme_options.tex
|
||||
done
|
||||
|
||||
tar -cf plan_de_formation.tar.gz $(find . -name "planis_de_formation_*.pdf" -type f)
|
||||
tar -cf plans_de_formation.tar.gz $(find . -name "plan_de_formation_*.pdf" -type f)
|
||||
|
|
Loading…
Reference in New Issue