Skip to content

Commit

Permalink
fix issue #393 by adjusting the default workspace for the source-code
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 3, 2024
1 parent 49b41f4 commit 7e7ef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/producers/producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
)

const (
sourceDir = "/workspace/output"
sourceDir = "/workspace/output/source-code"
)

var fileTargetPattern = regexp.MustCompile(`^(.*?:.*?):(.*)$`)
Expand Down

0 comments on commit 7e7ef12

Please sign in to comment.