style(log) config.toml template docs url (#1894)
* fix: config.toml template url * applied fixes to other places
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							d1137ad1ca
						
					
				
				
					commit
					a6cafabfb8
				
			@@ -140,7 +140,7 @@ func writeToFile(cnf config.Config, path string) error {
 | 
			
		||||
	}
 | 
			
		||||
	str := strings.Replace(buf.String(), "\n  [", "\n\n  [", -1)
 | 
			
		||||
	str = fmt.Sprintf("%s\n\n%s",
 | 
			
		||||
		"# See README for details: https://vuls.io/docs/en/usage-settings.html",
 | 
			
		||||
		"# See README for details: https://vuls.io/docs/en/config.toml.html",
 | 
			
		||||
		str)
 | 
			
		||||
 | 
			
		||||
	return os.WriteFile(realPath, []byte(str), 0600)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user