From 69abc96b896db59541e8f8582af53b0c2d83d4c4 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 10 Dec 2017 08:21:55 +0000 Subject: [PATCH] Fix spacing (#4176) The host line has 3 spaces, not 2, at the start --- source/_components/maxcube.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/maxcube.markdown b/source/_components/maxcube.markdown index c26cbe114b..c9645e9fc5 100644 --- a/source/_components/maxcube.markdown +++ b/source/_components/maxcube.markdown @@ -30,7 +30,7 @@ A `maxcube` section must be present in the `configuration.yaml` file and contain ```yaml # Example configuration.yaml entry maxcube: - host: 192.168.0.20 + host: 192.168.0.20 ``` Configuration variables: - **host** (*Required*): The IP address of the eQ-3 MAX! Cube to use.