Skip to content

Commit 005458b

Browse files
Made merge_other_repos.ps1 script default base value this repo for simplicity
1 parent a9392d7 commit 005458b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge_other_repos.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define repo URLs and base target
2-
$baseRepo = "https://github.com/USERNAME/DUMP_PROJECT_NAME"
2+
$baseRepo = "https://github.com/DefinetlyNotAI/Code_DUMP"
33
$reposToImport = @(
44
"https://github.com/USERNAME/PROJECT_NAME",
55
)

0 commit comments

Comments
 (0)