Revert "Merge pull request #89 from fidian/optimize-vcs-type"
This reverts commit082809bab2, reversing changes made to33429b3ca6.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
set -e
|
||||
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
source "${blackbox_home}/_blackbox_common.sh"
|
||||
_determine_vcs_base_and_type
|
||||
|
||||
unencrypted_file=$(get_unencrypted_filename "$1")
|
||||
encrypted_file=$(get_encrypted_filename "$1")
|
||||
@@ -31,4 +32,4 @@ vcs_remove "$BB_FILES"
|
||||
vcs_commit "Removing from blackbox: ${unencrypted_file}"
|
||||
echo "========== UPDATING VCS: DONE"
|
||||
echo "Local repo updated. Please push when ready."
|
||||
echo " $VCS_TYPE push"
|
||||
echo " $(which_vcs) push"
|
||||
|
||||
Reference in New Issue
Block a user