remove unencrypted file from .gitignore when deregistering

This commit is contained in:
Chandler Melton
2015-12-16 15:54:28 -06:00
parent 921c5e6957
commit 4ea164fbd3

View File

@@ -26,6 +26,7 @@ fail_if_not_exists "$encrypted_file" "Please specify an existing file."
prepare_keychain prepare_keychain
remove_filename_from_cryptlist "$unencrypted_file" remove_filename_from_cryptlist "$unencrypted_file"
vcs_remove "$encrypted_file" vcs_remove "$encrypted_file"
vcs_notice "$unencrypted_file"
vcs_add "$BB_FILES" vcs_add "$BB_FILES"
vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file" vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file"