From 35380fd21b50f207bcbf51c3cc0f0ea0e0fee4db Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 23 Apr 2021 10:55:43 -0400 Subject: [PATCH] Safe URL require url as input --- commands/analyze/safe-url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/analyze/safe-url.js b/commands/analyze/safe-url.js index 8662a730..80daae2d 100644 --- a/commands/analyze/safe-url.js +++ b/commands/analyze/safe-url.js @@ -23,7 +23,7 @@ module.exports = class SafeUrlCommand extends Command { { key: 'url', prompt: 'What URL do you want to test?', - type: 'string' + type: 'url' } ] });