Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Aug 25, 2014
1 parent 1a5d53d commit 5ec0bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/gowsdl.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type GoWsdl struct {
currentRecursionLevel uint8
}

var cacheDir = os.TempDir() + "gowsdl-cache"
var cacheDir = filepath.Join(os.TempDir(), "gowsdl-cache")

func init() {
err := os.MkdirAll(cacheDir, 0700)
Expand Down

0 comments on commit 5ec0bc0

Please sign in to comment.