Remove call to _determine_vcs_base_and_type.

This commit is contained in:
tlimoncelli@stackexchange.com
2015-06-20 19:10:02 +00:00
parent b523067536
commit 64e019c8e6
2 changed files with 0 additions and 4 deletions

View File

@@ -11,8 +11,6 @@
set -e
source "${0%/*}/_blackbox_common.sh"
_determine_vcs_base_and_type # Sets VCS_TYPE
if [[ $1 != 'yes' ]]; then
read -r -p "Enable blackbox for this $VCS_TYPE repo? (yes/no) " ans
if [[ $ans = 'no' || $ans = 'n' || $ans = '' ]]; then