From 5ed72ea1173b4f44a0274e095a44f9f4950977bd Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 21 Sep 2015 12:37:59 -0700 Subject: [PATCH] Fix 'make check' --- lib/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 8495cf8..90efba9 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -126,7 +126,7 @@ var OPTIONS = [ help: 'Do not validate the CloudAPI SSL certificate. Environment: ' + 'TRITON_TLS_INSECURE=1, SDC_TLS_INSECURE=1 (or the deprecated ' + 'SDC_TESTING=1).', - 'default': false, + 'default': false } ];