From 3f7b620f940e3f7ea75835e9857232890e47af56 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 25 Jul 2017 14:12:02 -0700 Subject: [PATCH] salesforce: default to forcecli --- recipes/default/salesforce | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/recipes/default/salesforce b/recipes/default/salesforce index 2d8b61d..1d1eaba 100644 --- a/recipes/default/salesforce +++ b/recipes/default/salesforce @@ -1,16 +1,14 @@ #! /bin/bash -# TODO: Prompt for atf or force - install_atf=false -if prompt_yn "Install Abuse the Force?" ; then - install_atf=true -fi +# if prompt_yn "Install Abuse the Force?" ; then +# install_atf=true +# fi -install_fcli=false -if prompt_yn "Install Force Cli?" ; then - install_fcli=true -fi +install_fcli=true +# if prompt_yn "Install Force Cli?" ; then +# install_fcli=true +# fi if $install_atf ; then recipe 'abuse-the-force'