Skip to content

Commit

Permalink
Sync from server repo (2bf8b94031b)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchen-vertica committed Jul 22, 2024
1 parent 12ae154 commit d70d186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vclusterops/add_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ func (vcc VClusterCommands) prepareAdditionalEonInstructions(vdb *VCoordinationD
}

if vdb.IsEon {
httpsSyncCatalogOp, err := makeHTTPSSyncCatalogOp(initiatorHost, true, username, options.Password, AddNodeSyncCat)
httpsSyncCatalogOp, err := makeHTTPSSyncCatalogOp(initiatorHost, usePassword, username, options.Password, AddNodeSyncCat)
if err != nil {
return instructions, err
}
Expand Down

0 comments on commit d70d186

Please sign in to comment.