obscuren 11 лет назад
Родитель
Сommit
9689a2012b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      utils/cmd.go

+ 1 - 1
utils/cmd.go

@@ -189,7 +189,7 @@ func DefaultAssetPath() string {
 	// assume a debug build and use the source directory as
 	// asset directory.
 	pwd, _ := os.Getwd()
-	if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "Mist") {
+	if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "mist") {
 		assetPath = path.Join(pwd, "assets")
 	} else {
 		switch runtime.GOOS {