Fix bug where project name isn't properly detected
This commit is contained in:
		@ -112,8 +112,7 @@ func getSrcPath() string {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func projectName() string {
 | 
			
		||||
	pp := ProjectPath()
 | 
			
		||||
	return filepath.Dir(pp)
 | 
			
		||||
	return filepath.Base(ProjectPath())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func guessProjectPath() {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user