Merge branch 'optimize-vcs-type' of git://github.com/fidian/blackbox into fidian-optimize-vcs-type

This commit is contained in:
Alice Example
2015-06-20 19:02:45 +00:00
4 changed files with 37 additions and 62 deletions

View File

@@ -9,7 +9,6 @@
set -e
source "${0%/*}/_blackbox_common.sh"
_determine_vcs_base_and_type
unencrypted_file=$(get_unencrypted_filename "$1")
encrypted_file=$(get_encrypted_filename "$1")
@@ -32,4 +31,4 @@ vcs_add "$BB_FILES"
vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file"
echo "========== UPDATING VCS: DONE"
echo "Local repo updated. Please push when ready."
echo " $(which_vcs) push"
echo " $VCS_TYPE push"