Skip to content

Commit

Permalink
fix: credentails typo (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors authored and mergify[bot] committed Oct 22, 2019
1 parent 938d219 commit a71f76d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class KubernetesV2RunJobStageConfig extends React.Component<IStageConfigP

public accountChanged = (account: string) => {
this.props.updateStageField({
credentails: account,
credentials: account,
account: account,
});
};
Expand Down

0 comments on commit a71f76d

Please sign in to comment.