diff options
author | mail_redacted_for_web | 2021-05-19 10:04:45 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-19 10:04:45 +0100 |
commit | 6246354f477473d8480d67ce25e9c5b9234f0852 (patch) | |
tree | bb570ed26332548e7bb391b82c064ddfaf67f61f /site-modules/adhoc | |
parent | d5ae85cc4891aa3ba34287eb56b13991465d5b99 (diff) | |
download | control-repo-template-6246354f477473d8480d67ce25e9c5b9234f0852.tar.bz2 |
Indentation for JSON
4 spaces, closing brace at same level as opening brace
Co-authored-by: Reid Vandewiele <reid@puppet.com>
Diffstat (limited to 'site-modules/adhoc')
-rw-r--r-- | site-modules/adhoc/tasks/win_example.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site-modules/adhoc/tasks/win_example.json b/site-modules/adhoc/tasks/win_example.json index cfac998..42dccda 100644 --- a/site-modules/adhoc/tasks/win_example.json +++ b/site-modules/adhoc/tasks/win_example.json @@ -1,4 +1,4 @@ { - "description": "This is the description for the win_example task", - "input_method": "powershell" - } + "description": "This is the description for the win_example task", + "input_method": "powershell" +} |