Skip to content

Commit 7a3c653

Browse files
committed
Skip updating dependencies aliased on another network
1 parent ef336d7 commit 7a3c653

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/dependencymanager/dependencyinstaller.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,9 @@ func (di *DependencyInstaller) handleFoundContract(dependency config.Dependency,
577577
os.Exit(0)
578578
return nil
579579
}
580+
581+
// Alias matched - contract already stored, encountered via different network. Skip state update.
582+
return nil
580583
}
581584

582585
// Check if remote source version is different from local version

0 commit comments

Comments
 (0)