Skip to content

Commit

Permalink
fix(cli): typo in cli deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Dec 23, 2022
1 parent 03c7b38 commit 0614ec4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/deps.ts
@@ -1,6 +1,6 @@
// windmill
export { setClient } from "https://deno.land/x/windmill@v1.56.0/mod.ts";
export * from "https://deno.land/x/windmill@v1.56.0/windmill-api/index.t";
export * from "https://deno.land/x/windmill@v1.56.0/windmill-api/index.ts";

// cliffy
export { Command } from "https://deno.land/x/cliffy@v0.25.6/command/command.ts";
Expand Down

0 comments on commit 0614ec4

Please sign in to comment.