common: Go/switch_repo_domains: Don't update common or infrastructure-tooling

This commit is contained in:
Joey Riches 2023-08-15 22:04:00 +01:00
parent 1cba4f72bb
commit 5560156078
2 changed files with 5 additions and 0 deletions

View file

@ -74,6 +74,11 @@ func main() {
counter := 0
for _, dir := range dirNames { // For each directory
// These live on getsolus github org
if dir == "common" || dir == "infrastructure-tooling" {
continue
}
repoPath := filepath.Join(workDir, dir)
repoGitConfigPath := filepath.Join(repoPath, ".git", "config") // Combine the paths to get to .git/config

Binary file not shown.