Skip to content

Commit 9689a20

Browse files
committed
mist
1 parent 02ea68f commit 9689a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func DefaultAssetPath() string {
189189
// assume a debug build and use the source directory as
190190
// asset directory.
191191
pwd, _ := os.Getwd()
192-
if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "Mist") {
192+
if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "mist") {
193193
assetPath = path.Join(pwd, "assets")
194194
} else {
195195
switch runtime.GOOS {

0 commit comments

Comments
 (0)