Skip to content

Commit

Permalink
Fix Drakefile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker14491 committed Jun 12, 2021
1 parent 4261c2b commit 86e0a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opener/Drakefile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import {
desc,
env,
run,
task,
sh,
shCapture,
} from "https://deno.land/x/drake@v1.3.2/mod.ts";
task,
} from "https://deno.land/x/drake@v1.5.0/mod.ts";

const SHOULD_CARGO_PUBLISH = true;
const SHOULD_PUSH_DOCS_TO_GITHUB_PAGES = false;
Expand Down

0 comments on commit 86e0a15

Please sign in to comment.