Fixed the typo (#14264)

The required variable was path instead of patch
This commit is contained in:
Sriram Vaidyanathan 2020-08-18 10:50:23 +05:30 committed by GitHub
parent f9ecdb7201
commit a6cebc0297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ switches:
required: false
default: 80
type: integer
patch:
path:
description: Path of CGI script.
required: false
default: "/cgi-bin/json.cgi"