mirror of
				https://github.com/osmarks/mycorrhiza.git
				synced 2025-10-30 23:23:04 +00:00 
			
		
		
		
	Print less messages on start
This commit is contained in:
		| @@ -24,16 +24,14 @@ func Start(wikiDir string) { | ||||
| 	path, err := exec.LookPath("git") | ||||
| 	if err != nil { | ||||
| 		log.Fatal("Cound not find the git executable. Check your $PATH.") | ||||
| 	} else { | ||||
| 		log.Println("Git path is", path) | ||||
| 	} | ||||
| 	gitpath = path | ||||
|  | ||||
| 	_, err = gitsh("config", "user.name", "wikimind") | ||||
| 	_, err = silentGitsh("config", "user.name", "wikimind") | ||||
| 	if err != nil { | ||||
| 		log.Fatal(err) | ||||
| 	} | ||||
| 	_, err = gitsh("config", "user.email", "wikimind@mycorrhiza") | ||||
| 	_, err = silentGitsh("config", "user.email", "wikimind@mycorrhiza") | ||||
| 	if err != nil { | ||||
| 		log.Fatal(err) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bouncepaw
					bouncepaw