Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/markbates/grift
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 10, 2017
2 parents 564f466 + cededb1 commit bf7b900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/grifter.go
Expand Up @@ -42,7 +42,7 @@ func newGrifter(name string) (*grifter, error) {
return g, errors.New("there should be a directory named 'grifts', not a file")
}

g.GriftsPackagePath = filepath.Join(envy.CurrentPackage(), "grifts")
g.GriftsPackagePath = filepath.ToSlash(filepath.Join(envy.CurrentPackage(), "grifts"))
return g, nil
}

Expand Down

0 comments on commit bf7b900

Please sign in to comment.