Skip to content

Commit 446e137

Browse files
committed
Reduce verbosity of archive
1 parent 712b7cc commit 446e137

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
@@ -19,7 +19,7 @@ build: docker
1919

2020
archive: build
2121
@echo "### create package.tar.gz"
22-
tar -cvzf package.tar.gz ${PLUGIN_DIR}
22+
tar -czf package.tar.gz ${PLUGIN_DIR}
2323

2424
clean:
2525
@echo "### rm ${PLUGIN_DIR}"

0 commit comments

Comments
 (0)