Skip to content

Commit 7155ac3

Browse files
author
jordanbreen28
committed
(bug) - Render task schema directly from GitHub
Prior to this commit, we relied on the forge api to return the bolt task schema json. Now opt to retrieve it directly from GitHub ourselves, removing the need for the forge api in this case.
1 parent 2229f33 commit 7155ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)