Skip to content

Commit

Permalink
Merge branch 'wip'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymond committed Apr 3, 2017
2 parents 479d526 + ca71fcd commit 709af92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion currency.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Currencies map[string]*Currency

func (c *Currency) Get(code string) *Currency {
code = strings.ToUpper(code)
cs := c.read("./currencies.json")
cs := c.read("./resources/currencies.json")

if _, ok := cs[code]; !ok {
log.Fatalf("Currency %s not found", code)
Expand Down
File renamed without changes.

0 comments on commit 709af92

Please sign in to comment.