Skip to content

Commit a2d9d54

Browse files
committed
fixing html label
1 parent 826bd6c commit a2d9d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ ${IBOM}: ${PCB} | ${ASSEMBLY_DIR}
168168
xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ${IBOM_SCRIPT} "$<" \
169169
--dnp-field DNP --group-fields "Value,Footprint" --blacklist "X1,MH*" \
170170
--include-nets --normalize-field-case --no-browser --dest-dir ./ \
171-
--name-format "$(basename $@ .html)"
171+
--name-format "$(basename $@ )"
172172

173173
${FABZIP}: ${GERBER_DIR}
174174
zip -rj "$@" "$<"

0 commit comments

Comments
 (0)