Skip to content

Commit

Permalink
Rename PowershellScriptStep to WindowsPowerShellScriptStep (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastai authored Sep 22, 2021
1 parent 8590c45 commit 5527d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public String getScript() {
@Extension public static final class DescriptorImpl extends DurableTaskStepDescriptor {

@Override public String getDisplayName() {
return "PowerShell Script";
return "Windows PowerShell Script";
}

@Override public String getFunctionName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry field="script" title="PowerShell Script">
<f:entry field="script" title="Windows PowerShell Script">
<f:textarea/>
</f:entry>
</j:jelly>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
Executes a PowerShell script. Multiple lines allowed. This plugin supports Microsoft PowerShell 3+.
Executes a Windows PowerShell script (version 3 or later). Multiple lines allowed.
</div>

0 comments on commit 5527d6f

Please sign in to comment.