Skip to content
Snippets Groups Projects
Commit b7ed982b authored by Holger Levsen's avatar Holger Levsen
Browse files

fix typo


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent cbc1ffdb
No related branches found
No related tags found
No related merge requests found
......@@ -947,7 +947,7 @@ create_debian_png_from_table() {
mkdir -p $DIR
echo "Generating $2."
set -x
cat cat ${TABLE[$1]}.csv
cat ${TABLE[$1]}.csv
/srv/jenkins/bin/make_graph.py ${TABLE[$1]}.csv $2 ${COLORS} "${MAINLABEL[$1]}" "${YLABEL[$1]}" $WIDTH $HEIGHT
set +x
mv $2 $DEBIAN_BASE/$DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment