Преглед изворни кода

Fix bug: indent mistake in yamlutil sample config

zry пре 3 година
родитељ
комит
8286ca9414
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      hieda_yamlutil/default_config_sample.go

+ 1 - 1
hieda_yamlutil/default_config_sample.go

@@ -12,7 +12,7 @@ backends:
     level: "INFO"
     # This field should exist for type 'console'
     console_config:
-	  # Should be one of 'stdout', 'stderr'
+      # Should be one of 'stdout', 'stderr'
       to: "stdout"
   local_rotate_file:
     # Should be one of 'console', 'file', 'alisls'