Selaa lähdekoodia

Fix bug: indent mistake in yamlutil sample config

zry 3 vuotta sitten
vanhempi
säilyke
8286ca9414
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'