We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0f623 commit ed3a24bCopy full SHA for ed3a24b
Makefile
@@ -30,7 +30,7 @@ create:
30
31
zip:
32
@echo "### create a tar.gz for plugin"
33
- tar -cvzf ${PLUGIN_NAME}.tar.gz ${PLUGIN_DIR}
+ tar -cvzf splunk-logging-plugin.tar.gz ${PLUGIN_DIR}
34
35
enable:
36
@echo "### enable plugin ${PLUGIN_NAME}:${PLUGIN_TAG}"
0 commit comments