From 643ed935a423a9775d8735a6a2d428dfef3411b9 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 19 Nov 2017 21:22:14 +0000 Subject: [PATCH] Fix --- commands/image-edit/contrast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/image-edit/contrast.js b/commands/image-edit/contrast.js index 36fd9fa9..880d3539 100644 --- a/commands/image-edit/contrast.js +++ b/commands/image-edit/contrast.js @@ -19,7 +19,7 @@ module.exports = class ContrastCommand extends Command { { key: 'image', prompt: 'What image would you like to edit?', - type: 'user', + type: 'image', default: '' } ]