From 61eaa4cfcdeb9713700b2ccd39e9aefffdcb1e4e Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Sat, 21 Mar 2020 13:23:51 -0400 Subject: [PATCH] trying to fix the error on docker hub autobuild --- dashmachine/platform/curl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashmachine/platform/curl.py b/dashmachine/platform/curl.py index 360d9d6..5fea062 100644 --- a/dashmachine/platform/curl.py +++ b/dashmachine/platform/curl.py @@ -14,7 +14,7 @@ response_type = json | Variable | Required | Description | Options | |-----------------|----------|-----------------------------------------------------------------|-------------------| | [variable_name] | Yes | Name for the data source. | [variable_name] | -| platform | Yes | Name of the platform. | curl | +| plaform | Yes | Name of the platform. | curl | | resource | Yes | Url to curl | url | | value_template | Yes | Jinja template for how the returned data from api is displayed. | jinja template | | response_type | No | Response type. Use json if response is a JSON. Default is plain.| plain,json |