Oops. Don't give makeWebGraphics.sh a second parameter.

This commit is contained in:
Jim Hague 2019-08-06 11:05:12 +01:00
parent 1f390c54d2
commit 907199f610
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ makeATransposedBooke()
makeBookePrint "$1" makeBookePrint "$1"
# Web output. Uses audio from main booke. # Web output. Uses audio from main booke.
./makeWebGraphics.sh "$1" "$3" ./makeWebGraphics.sh "$1"
./makeWeb.sh "$1" "$2" "$3" ./makeWeb.sh "$1" "$2" "$3"
} }