Skip to content

Commit

Permalink
Fix CM server deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
oleewere committed May 5, 2019
1 parent d350c9c commit cacc5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func DeRegisterCMEntry(id string) {
}
}
}
WriteCMServerEntries(cmServers)
WriteCMServerEntries(newCmServers)
}

// DeRegisterConnectionProfile remove a connection profile by id
Expand Down

0 comments on commit cacc5a7

Please sign in to comment.