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

@@ -19,8 +19,6 @@ fail_if_keychain_has_secrets
encrypt_file "$unencrypted_file" "$encrypted_file"
shred_file "$unencrypted_file"
_determine_vcs_base_and_type
echo ========== UPDATED '"'$encrypted_file'"'
echo "Likely next step:"
echo " $VCS_TYPE commit -m\"${encrypted_file} updated\" \"$encrypted_file\""