Skip to content

Commit

Permalink
fix typo (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed May 13, 2020
1 parent ed29c4f commit 9f2cc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/resources/conversions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ export function updateMigHook(
? migHook.srcServiceAccountName
: currentServiceAccount;
}
if (migHook.clusterType === HooksClusterType.Source) {
if (migHook.clusterType === HooksClusterType.Destination) {
executionNamespaceUpdated = migHook.destServiceAccountNamespace !== currentExecutionNamespace;
executionNamespaceValue = executionNamespaceUpdated
? migHook.destServiceAccountNamespace
Expand Down

0 comments on commit 9f2cc01

Please sign in to comment.