aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-19 07:43:51 +0800
committerobscuren <geffobscura@gmail.com>2014-09-19 07:43:51 +0800
commit9689a2012b54a2407619e1562fe7137f6734e8e6 (patch)
treed4d7dd7f53431d151c3adb00087cffd00ce60e76 /utils
parent02ea68f1f3b56c669b1a178c082d55ff27fd5826 (diff)
downloadgo-tangerine-9689a2012b54a2407619e1562fe7137f6734e8e6.tar
go-tangerine-9689a2012b54a2407619e1562fe7137f6734e8e6.tar.gz
go-tangerine-9689a2012b54a2407619e1562fe7137f6734e8e6.tar.bz2
go-tangerine-9689a2012b54a2407619e1562fe7137f6734e8e6.tar.lz
go-tangerine-9689a2012b54a2407619e1562fe7137f6734e8e6.tar.xz
go-tangerine-9689a2012b54a2407619e1562fe7137f6734e8e6.tar.zst
go-tangerine-9689a2012b54a2407619e1562fe7137f6734e8e6.zip
mist
Diffstat (limited to 'utils')
-rw-r--r--utils/cmd.go2
1 files changed, 1 insertions, 1 deletions
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 {