Fix directoryPath
All checks were successful
Generate Release / validate_and_release (push) Successful in 7s

This commit is contained in:
Fred Boniface
2025-12-04 20:51:50 +00:00
parent b64f4e627b
commit 074f043196

View File

@@ -1,7 +1,7 @@
const fs = require('fs')
const yaml = require('yaml')
const directoryPath = './pis'
const directoryPath = './pis/'
function sortAndMergeYAMLFiles() {
try {