Skip to content

Commit

Permalink
Fixed prompt for redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
stooit committed Nov 25, 2024
1 parent 658e82b commit 7ebf9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @usage
* quant redirect <from> <to> [status]
*/
const { text, isCancel } = require('@clack/prompts');
const { text, select, isCancel } = require('@clack/prompts');
const config = require('../config');
const client = require('../quant-client');
const isMD5Match = require('../helper/is-md5-match');
Expand Down

0 comments on commit 7ebf9fc

Please sign in to comment.