Skip to content

Commit b64598e

Browse files
committed
fixing html label
1 parent c8a6b5c commit b64598e

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
@@ -216,7 +216,7 @@ ${IBOM}: ${PCB} | ${ASSEMBLY_DIR}
216216
xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ${IBOM_SCRIPT} "$<" \
217217
--dnp-field DNP --group-fields "Value,Footprint" --blacklist "X1,MH*" \
218218
--include-nets --normalize-field-case --no-browser --dest-dir ./ \
219-
--name-format "$(basename $@ .html)"
219+
--name-format "$(basename $@)"
220220

221221
${FABZIP}: ${GERBER_DIR}
222222
zip -rj "$@" "$<"

0 commit comments

Comments
 (0)