This commit is contained in:
Yoann Chaudet
2024-04-29 13:31:34 -07:00
parent 138375ba29
commit 66e7ed44ca
+1 -1
View File
@@ -165,7 +165,7 @@ async function checkWorkflow(
// Bring back the read-only folders
console.log("Restore read-only folders");
settings.readOnlyFolders.forEach(async (folder) => {
await settings.readOnlyFolders.forEach(async (folder) => {
await exec("git", [
"checkout",
folder