Skip to content

Commit c919ccd

Browse files
committed
fix the spelling of the module value in cfbs.json
The key `type`, takes `module`, and not `module_s_`. Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
1 parent 6a16ced commit c919ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfbs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "modules",
33
"description": "Repository of modules written by the CFEngine team.",
4-
"type": "modules",
4+
"type": "module",
55
"provides": {
66
"allow-all-hosts": {
77
"description": "Allows all hosts / IP addresses to connect and fetch policy.",

0 commit comments

Comments
 (0)