TODO: Remove this when merging (OOPS!)

This commit is contained in:
2022-05-10 14:10:02 -05:00
parent 7087b99867
commit 92c2a85497
2 changed files with 0 additions and 11 deletions

View File

@@ -151,12 +151,6 @@ $dir = $pwd
Set-Location $GitDir
Invoke-DryRun "git clone '$RepoURI'"
# TODO: Remove this when merging
Set-Location Mind_reader
Invoke-DryRun "git checkout johnBreaux"
Set-Location ..
# TODO: Remove this when merging
# Run the install script
if ( -not (Test-Path "$SetupPath")) {
Throw "Repository contains no subdirectory '$SetupPath'."