Skip to content

Commit 2c00b77

Browse files
committed
fixing plugin file name
1 parent 3de4572 commit 2c00b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext.pluginDescription = "utilities for nixy OS machines"
33
ext.sopsCopyright = "© 2019, Rundeck, Inc."
44
ext.sopsUrl = "http://rundeck.com"
55
ext.buildDateString=new Date().format("yyyy-MM-dd'T'HH:mm:ssX")
6-
ext.archivesBaseName = "file"
6+
ext.archivesBaseName = "command"
77
ext.pluginBaseFolder ="."
88

99
project.version = 'v' + scmVersion.version

0 commit comments

Comments
 (0)