Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix(script-nu): script parsing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 6, 2024
1 parent a1324af commit 45bf790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/script-nu/script-nu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def "main" [
yaml_file: string
] {
chmod +x $"($env.PWD)/scripts/*"
(open $yaml_file).scripts | each {
($yaml_file | from yaml).scripts | each {
| script | { run-external $script }
}
}

0 comments on commit 45bf790

Please sign in to comment.