Skip to content

Commit 8693cf8

Browse files
Merge branch 'main' into chore/refactor
2 parents 3a5bf66 + 5a1f346 commit 8693cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingestion/src/process/prepare/codebase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Codebase {
4141
}
4242

4343
private initializeDataDirectory(removeExisting = false): void {
44-
this._dataDirName = "data" // uuid()
44+
this._dataDirName = uuid()
4545
this._dataDirPath = path.resolve(this._path, this._dataDirName)
4646

4747
/* Handle data directory */

0 commit comments

Comments
 (0)