Skip to content

Commit

Permalink
mist
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Sep 18, 2014
1 parent 02ea68f commit 9689a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9689a20

Please sign in to comment.