Skip to content

Commit ed3a24b

Browse files
authored
fix packaging (#32)
1 parent 9e0f623 commit ed3a24b

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
@@ -30,7 +30,7 @@ create:
3030

3131
zip:
3232
@echo "### create a tar.gz for plugin"
33-
tar -cvzf ${PLUGIN_NAME}.tar.gz ${PLUGIN_DIR}
33+
tar -cvzf splunk-logging-plugin.tar.gz ${PLUGIN_DIR}
3434

3535
enable:
3636
@echo "### enable plugin ${PLUGIN_NAME}:${PLUGIN_TAG}"

0 commit comments

Comments
 (0)