Skip to content

Commit

Permalink
Add missing type for helium compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ghewgill committed Dec 30, 2023
1 parent 784e293 commit 5406111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module-install.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IF file.isDirectory("lib/\(name)") THEN
sys.exit(1)
END IF

LET mod := yamlLoad("neon-module-registry/\(name).yaml")
LET mod: Object := yamlLoad("neon-module-registry/\(name).yaml")

IF os.system("git clone \(mod["repository"]) lib/\(name)") <> 0 THEN
print("Error cloning module")
Expand Down

0 comments on commit 5406111

Please sign in to comment.