From a74eabb1a14b4f1af4ac142c2ee55406c08cd117 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 2 Apr 2019 10:45:48 +0200 Subject: [PATCH] fix: Revert "feat: default forceCli to true" This reverts commit 20d6f8448e0cf149d7fb6ccaa51fffe895125bc5. --- lib/config/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/definitions.js b/lib/config/definitions.js index d389ce990a..69cd6144b8 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -60,7 +60,7 @@ const options = [ 'Whether CLI configuration options should be moved to the `force` config section', stage: 'global', type: 'boolean', - default: true, + default: false, }, { name: 'dryRun', -- GitLab