Skip to content

Commit c252ff2

Browse files
authored
Update github-ocean.md
single quotes used on the blueprint value; it should be `'"githubOrganization"'` instead of `''githubOrganization''`
1 parent 2c3818d commit c252ff2

File tree

1 file changed

+1
-1
lines changed
  • docs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean

1 file changed

+1
-1
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean/github-ocean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ resources:
117117
mappings:
118118
identifier: .login
119119
title: .login
120-
blueprint: '''githubOrganization'''
120+
blueprint: '"githubOrganization"'
121121
properties:
122122
login: .login
123123
id: .id

0 commit comments

Comments
 (0)