Skip to content

Commit 6069a92

Browse files
committed
chore(docs): update readme(example)
1 parent 8946442 commit 6069a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const codeConnectionsHostCustomResource = new CodeConnectionsHostCustomResource(
3737
});
3838

3939
// get host arn
40-
const hostArn = codeConnectionsHostCustomResource.getResponseField('HostArn');
40+
const hostArn = gitLabSelfManagedConnectionHostCustomResource.findHostArn();
4141

4242
new codeconnections.CfnConnection(this, 'Connection', {
4343
connectionName: 'example-gitlab-connection',

0 commit comments

Comments
 (0)