Skip to content

Commit

Permalink
fix(artifacts/bitbucket): Update the help key to the correct referenc…
Browse files Browse the repository at this point in the history
…e to bitbucket (#7475)
  • Loading branch information
battlecow authored and maggieneterval committed Oct 2, 2019
1 parent ee18eb0 commit f121b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const BitbucketDefault: IArtifactKindConfig = {

public render() {
return (
<StageConfigField label="Object path" helpKey="pipeline.config.expectedArtifact.defaultDocker.reference">
<StageConfigField label="Object path" helpKey="pipeline.config.expectedArtifact.defaultBitbucket.reference">
<SpelText
placeholder="https://api.bitbucket.com/repos/$ORG/$REPO/contents/$FILEPATH"
value={this.props.artifact.reference}
Expand Down

0 comments on commit f121b71

Please sign in to comment.