Skip to content

Commit 0f5757c

Browse files
Suffix needs the dot
1 parent 21276cd commit 0f5757c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glide/gnarly-tab-edit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ async function open_new_tabs(updated_tabs) {
7070
}
7171

7272
async function mktemp(template) {
73-
const mktemp_cmd = await glide.process.execute("mktemp", ["-t", template, "--suffix", "json"]);
73+
const mktemp_cmd = await glide.process.execute("mktemp", ["-t", template, "--suffix", ".json"]);
7474
return (await mktemp_cmd.stdout.text()).trim();
7575
}

0 commit comments

Comments
 (0)