From 0a82e3b75b85631b1b3877b9518e782b182baf8a Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 19 Sep 2014 11:13:01 +0200 Subject: Stack info --- Mist/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mist/flags.go') diff --git a/Mist/flags.go b/Mist/flags.go index 388280b8c..d2e7d3fb0 100644 --- a/Mist/flags.go +++ b/Mist/flags.go @@ -44,7 +44,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 { -- cgit v1.2.3