Skip to content

Commit 733220c

Browse files
committed
Update migration_verifier.go
1 parent 9a081cc commit 733220c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/verifier/migration_verifier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ func (verifier *Verifier) SetDstNamespaces(arg []string) {
367367

368368
func (verifier *Verifier) SetNamespaceMap() {
369369
verifier.srcDstNsMap = make(map[string]string)
370+
verifier.dstSrcNsMap = make(map[string]string)
370371
if len(verifier.dstNamespaces) == 0 {
371372
return
372373
}

0 commit comments

Comments
 (0)