Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Aug 24, 2024
1 parent 57bb2b8 commit cadf0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ego-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { basename, extname } from "jsr:@std/path@1";

import { Confirm Input, Secret } from "jsr:@cliffy/prompt@1.0.0-rc.5";
import { Confirm, Input, Secret } from "jsr:@cliffy/prompt@1.0.0-rc.5";
import { Command } from "jsr:@cliffy/command@1.0.0-rc.5";
import { CompletionsCommand } from "jsr:@cliffy/command@1.0.0-rc.5/completions";

Expand Down

0 comments on commit cadf0b9

Please sign in to comment.