Skip to content

Commit a62bba0

Browse files
committed
.
1 parent 37b68bf commit a62bba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/commands/zip.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ suite("Testing zip command", async () => {
112112
async function* zipGenerator(glob, options) {
113113
const MINUTE_IN_MILLISECONDS = 60_000;
114114

115-
const zipCommand = "discloud zip";
115+
const zipCommand = "discloud.mjs zip";
116116
const localBinCommand = "bin/" + zipCommand;
117117

118118
const args = [

0 commit comments

Comments
 (0)