Skip to content

Commit 86e0a15

Browse files
committed
Fix Drakefile.ts
1 parent 4261c2b commit 86e0a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opener/Drakefile.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import {
33
desc,
44
env,
55
run,
6-
task,
76
sh,
87
shCapture,
9-
} from "https://deno.land/x/[email protected]/mod.ts";
8+
task,
9+
} from "https://deno.land/x/[email protected]/mod.ts";
1010

1111
const SHOULD_CARGO_PUBLISH = true;
1212
const SHOULD_PUSH_DOCS_TO_GITHUB_PAGES = false;

0 commit comments

Comments
 (0)