Skip to content

Commit

Permalink
Merge pull request #92 from rundeck-plugins/change-plugin-name
Browse files Browse the repository at this point in the history
match the plugin name with plugin metadata name
  • Loading branch information
ltamaster authored Jan 17, 2023
2 parents 5c003dc + 57b1b95 commit aa10a6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ scmVersion {
}
}

ext.pluginName = 'Python Winrm Node Executor/File Copier Plugin'
ext.pluginDescription = "Connect to remote windows nodes using WINRM"
ext.pluginName = 'py-winrm-plugin'
ext.pluginDescription = "Python Winrm Node Executor/File Copier Plugin. Connect to remote windows nodes using WINRM"
ext.sopsCopyright = "© 2022, Pagerduty, Inc."
ext.sopsUrl = "https://pagerduty.com"
ext.buildDateString=new Date().format("yyyy-MM-dd'T'HH:mm:ssX")
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: py-winrm-plugin
name: "@name@"
rundeckPluginVersion: 2.0
author: "@author@"
date: "@date@"
Expand Down

0 comments on commit aa10a6f

Please sign in to comment.