From 672c984d51a2ca0adad38b00bda8029f7d7be54c Mon Sep 17 00:00:00 2001 From: Kevin Custer Date: Wed, 18 Mar 2020 06:43:26 -0400 Subject: [PATCH] Correct typo in ping.py --- dashmachine/platform/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashmachine/platform/ping.py b/dashmachine/platform/ping.py index f182e5c..9a2067b 100644 --- a/dashmachine/platform/ping.py +++ b/dashmachine/platform/ping.py @@ -12,7 +12,7 @@ resource = 192.168.1.1 | Variable | Required | Description | Options | |-----------------|----------|-----------------------------------------------------------------|-------------------| | [variable_name] | Yes | Name for the data source. | [variable_name] | -| plaform | Yes | Name of the platform. | rest | +| platform | Yes | Name of the platform. | rest | | resource | Yes | Url of whatever you want to ping | url |