Skip to content

Commit

Permalink
Added missing dependency (#10355)
Browse files Browse the repository at this point in the history
* Added missing dependency

* merged two depends
  • Loading branch information
linuxgurugamer authored Jan 2, 2025
1 parent b0cc131 commit 4c3d54a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NetKAN/NodeHelper.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"app"
],
"depends": [
{ "name": "ModuleManager" }
{ "name": "ModuleManager" },
{ "name":"ToolbarController" }

Check warning on line 15 in NetKAN/NodeHelper.netkan

View workflow job for this annotation

GitHub Actions / Inflate

15:8 [indentation] wrong indentation: expected 8 but found 7
],
"install": [ {
"find": "NodeHelper",
Expand Down

0 comments on commit 4c3d54a

Please sign in to comment.