Skip to content

Commit 4ffad18

Browse files
authored
fix: revert #2015 (#2046)
Addressing #2014 (comment)
1 parent f393e24 commit 4ffad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/release_init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func newInitRunner(cfg *config.Config) (*initRunner, error) {
117117
}
118118

119119
func (r *initRunner) run(ctx context.Context) error {
120-
outputDir := r.workRoot
120+
outputDir := filepath.Join(r.workRoot, "output")
121121
if err := os.MkdirAll(outputDir, 0755); err != nil {
122122
return fmt.Errorf("failed to create output dir: %s", outputDir)
123123
}

0 commit comments

Comments
 (0)