diff options
author | mail_redacted_for_web | 2021-05-12 17:20:16 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-12 17:20:16 +0100 |
commit | 76aa3960c9ceeefeffd02d0372352eb3d3def96a (patch) | |
tree | 2c6e86b7a79288c55595e470d09258fb3786a9b1 | |
parent | c4ca5e9b46acd6cd2b8e89a0a2f5555e5249c9d1 (diff) | |
download | control-repo-template-76aa3960c9ceeefeffd02d0372352eb3d3def96a.tar.bz2 |
Update win.json
-rw-r--r-- | site-modules/adhoc/tasks/win.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site-modules/adhoc/tasks/win.json b/site-modules/adhoc/tasks/win.json index b2ffa6b..11415ce 100644 --- a/site-modules/adhoc/tasks/win.json +++ b/site-modules/adhoc/tasks/win.json @@ -1,4 +1,4 @@ { "description": "This is the description for the win task", - "input_method": "environment" + "input_method": "powershell" } |