Skip to content

Commit 8965f65

Browse files
Merge pull request #869 from puppetlabs/bug-render_task_schema_fromGH
(bug) - Render task schema directly from GitHub
2 parents 2229f33 + 76d5265 commit 8965f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Setting ownership to the tooling team
2-
* @puppetlabs/tooling
2+
* @puppetlabs/devx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
{
9191
"fileMatch": "tasks/*.json",
92-
"url": "https://forgeapi.puppet.com/schemas/task.json"
92+
"url": "https://raw.githubusercontent.com/puppetlabs/puppet-specifications/master/tasks/task.json"
9393
}
9494
],
9595
"grammars": [

0 commit comments

Comments
 (0)