Parcourir la source

utilisation du template de spinosi pour le docx

Hugo Roy il y a 7 ans
Parent
commit
fd2ed70266
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cocktail

+ 1 - 1
cocktail

@@ -166,7 +166,7 @@ pad2docx() {
 
   local input=$1
   local output=$2
-  local refdoc="$PANDOC_INCLUDE_BASE/exegetes.docx"
+  local refdoc="$PANDOC_INCLUDE_BASE/spinosi.docx"
   verbose "[$FUNCNAME] input=$input output=$output"
 
   if ! test -e "$refdoc";