From 074f043196205ff74be31de05cb060e796e06144 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 4 Dec 2025 20:51:50 +0000 Subject: [PATCH] Fix directoryPath --- scripts/merge-yaml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/merge-yaml.js b/scripts/merge-yaml.js index 8bab04e..b16a9a4 100644 --- a/scripts/merge-yaml.js +++ b/scripts/merge-yaml.js @@ -1,7 +1,7 @@ const fs = require('fs') const yaml = require('yaml') -const directoryPath = './pis' +const directoryPath = './pis/' function sortAndMergeYAMLFiles() { try {