Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fixed hardcoded mistake in stubber
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Strelsky committed Aug 1, 2023
1 parent 13f6dde commit 498577e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stubber/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ func getOutputFolder(path string) string {
if err != nil {
panic(err)
}
path = filepath.Join(getOutputPath(), path)

path, err = filepath.Rel("out", path)
if err != nil {
panic(err)
}
return path
}

Expand Down

0 comments on commit 498577e

Please sign in to comment.