Skip to content

Commit

Permalink
Testing temp folder generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 21, 2024
1 parent 4e1e657 commit 6cecada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function run() {
startupOptions
);

let myArray: string[] = ["/temp"];
let myArray: string[] = ["/tmp"];
await exec.exec("ls",myArray,execOptions)
}

Expand Down

0 comments on commit 6cecada

Please sign in to comment.