From 9689a2012b54a2407619e1562fe7137f6734e8e6 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 19 Sep 2014 01:43:51 +0200 Subject: [PATCH] mist --- utils/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cmd.go b/utils/cmd.go index da3cac444..700542cae 100644 --- a/utils/cmd.go +++ b/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 {