Skip to content

Commit

Permalink
Merge pull request #59 from cfengine/remove
Browse files Browse the repository at this point in the history
Modules added using URL now have the added_by key
  • Loading branch information
olehermanse committed Nov 1, 2021
2 parents 7c7d237 + b494cec commit 29b74ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfbs/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def _construct_provided_module(name, data, url, url_commit):
"missing required key 'steps' in module definition: %s" % pretty(data)
)
module["steps"] = data["steps"]
module["added_by"] = "cfbs add"
return module


Expand Down

0 comments on commit 29b74ae

Please sign in to comment.