Fix directoryPath
All checks were successful
Generate Release / validate_and_release (push) Successful in 7s
All checks were successful
Generate Release / validate_and_release (push) Successful in 7s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const fs = require('fs')
|
||||
const yaml = require('yaml')
|
||||
|
||||
const directoryPath = './pis'
|
||||
const directoryPath = './pis/'
|
||||
|
||||
function sortAndMergeYAMLFiles() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user